Commit Graph

  • fa6c371380 feat: metaclient builder options with role (#3909) Jeremyhi 2024-05-11 14:17:14 +08:00
  • 9aa2182cb2 refactor: make txn easy to use (#3905) Jeremyhi 2024-05-11 12:45:04 +08:00
  • bca2e393bf refactor: add procedure_loader macro (#3906) Weny Xu 2024-05-11 13:41:21 +09:00
  • b1ef327bac refactor: remove MixOptions and use StandaloneOptions only (#3893) zyy17 2024-05-11 00:08:34 +08:00
  • 115c74791d build(deps): bump snafu to 0.8 (#3911) Ruihang Xia 2024-05-10 21:36:25 +08:00
  • aec5cca2c7 feat: support distributed EXPLAIN ANALYZE (#3908) Ruihang Xia 2024-05-10 20:31:29 +08:00
  • 06e1c43743 feat: support to drop flow (#3900) Weny Xu 2024-05-10 21:09:37 +09:00
  • 9d36c31209 feat: introduce the CacheRegistry (#3896) Weny Xu 2024-05-10 20:53:42 +09:00
  • c91132bd14 feat: introduce TableNameCache & TableInfoCache & TableRouteCache (#3895) Weny Xu 2024-05-10 18:50:44 +09:00
  • 25e9076f5b docs: correct v0.7 benchmark report (#3907) Ruihang Xia 2024-05-10 17:33:06 +08:00
  • 08945f128b fix: sort unstable HTTP result on test profile Ruihang Xia 2024-05-10 17:01:42 +08:00
  • 5a0629eaa0 feat: Parquet reader builder supports building multiple ranges to read (#3841) Yingwen 2024-05-10 15:39:38 +08:00
  • 93fcb7454c chore: after rebase poc_dataflow_demo discord9 2024-05-10 15:11:17 +08:00
  • cfe28b6974 chore: debug log discord9 2024-05-10 14:45:51 +08:00
  • 9ec6107988 refactor: remove unused imports discord9 2024-05-09 17:09:22 +08:00
  • e840bb469d chore: refactor& remove TODOs discord9 2024-05-09 16:51:19 +08:00
  • 684850f451 fix: get true QueryContext& dedup code discord9 2024-05-09 15:45:47 +08:00
  • 76aadb2223 chore: cleanup debug log&fix after rebase discord9 2024-05-09 14:54:47 +08:00
  • f360b2e812 tests: fix tests discord9 2024-05-09 14:17:11 +08:00
  • 138a2aba7f fix: allow empty expire when discord9 2024-05-09 11:04:35 +08:00
  • 8f6462c0b0 feat: parse expire when discord9 2024-05-08 20:39:46 +08:00
  • 46d0b3cd64 fix: table name trying best to get full name discord9 2024-05-08 19:07:18 +08:00
  • a17a7f4e47 feat: working poc demo...ish discord9 2024-05-08 17:43:08 +08:00
  • 50335dd53c write back seems didn't work discord9 2024-05-08 15:07:30 +08:00
  • abaf881f06 refactor: tableName as array discord9 2024-05-08 14:56:37 +08:00
  • e1a8215394 tests(WIP): get demo working discord9 2024-05-07 21:24:41 +08:00
  • d7942a1a00 fix: make worker handle async discord9 2024-05-07 19:32:58 +08:00
  • a6727e2e8d refactor: use table name for sink table discord9 2024-05-07 17:28:39 +08:00
  • d5bdbedcd6 refactor: rwlock for frontend invoker&async lock discord9 2024-05-07 16:31:23 +08:00
  • 878737f781 feat: integrate flow to standalone(untested) discord9 2024-05-07 16:01:11 +08:00
  • d88cff6f51 feat: impl Flownode for FlowNodeManager discord9 2024-05-07 14:44:48 +08:00
  • e7801abd0c feat(WIP): simple parser discord9 2024-05-07 10:58:16 +08:00
  • d7a132a02f chore: remove some TODO done discord9 2024-05-06 15:37:07 +08:00
  • a3417f50cf refactor: rename some task to flow discord9 2024-05-06 14:16:30 +08:00
  • 099f414f63 chore: rename some task to flow discord9 2024-05-06 10:51:21 +08:00
  • c22185abce refactor: make worker sync only and separate thread&test discord9 2024-04-29 18:03:13 +08:00
  • e33afa53f4 feat: grpc trait&Server trait discord9 2024-04-29 14:37:12 +08:00
  • 7eaf471808 feat(WIP): main loop discord9 2024-04-28 21:13:05 +08:00
  • acba753500 chore: remove unused discord9 2024-04-28 20:52:22 +08:00
  • 5736373820 feat impl grpc server discord9 2024-04-28 20:51:40 +08:00
  • 74dee25688 feat: new() for FlowNodeManager discord9 2024-04-28 18:50:20 +08:00
  • edcbc89c38 feat: gen write back req discord9 2024-04-28 16:37:43 +08:00
  • e88a40b58b refactor: use seperate Worker discord9 2024-04-28 16:20:04 +08:00
  • c7647759be feat(WIP): FlowWorker: !Send discord9 2024-04-28 15:39:12 +08:00
  • d8a191a2db refactor: FlowNodeContext discord9 2024-04-26 19:26:54 +08:00
  • ea40691c71 chore: some unfinished tests discord9 2024-04-26 17:21:20 +08:00
  • 640674b9bc feat: get table schema discord9 2024-04-26 16:17:44 +08:00
  • 3fb3fb18c2 tests: add one for Send discord9 2024-04-26 15:36:36 +08:00
  • 1067d3453d feat: dataflow adapter discord9 2024-04-26 15:20:24 +08:00
  • 57e3912aca feat(WIP): FlowNodeManager discord9 2024-04-25 16:38:22 +08:00
  • ebcfb0f1d7 feat: now types of errors discord9 2024-04-25 16:37:54 +08:00
  • 6442c96847 feat: render src/sink discord9 2024-04-25 16:37:37 +08:00
  • b19febc97c feat: sql_to_flow_plan discord9 2024-04-25 15:06:35 +08:00
  • 8240a1ace1 feat: find all used collection discord9 2024-04-25 15:06:02 +08:00
  • 89dbf6ddd2 chore: bump proto to 219b24 (#3899) Weny Xu 2024-05-10 12:55:34 +09:00
  • 66aa08d815 fix: memory leak in unit test of telemetry (#3897) Ruihang Xia 2024-05-09 22:29:22 +08:00
  • b8a325d18c feat: implement CacheContainer & TableFlownodeSetCache (#3885) Weny Xu 2024-05-09 18:26:35 +09:00
  • ed95e99556 chore: deprecate nyc-taxi benchmark (#3891) Ruihang Xia 2024-05-09 16:59:38 +08:00
  • 5545a8b023 feat: implement drop flow procedure (#3877) Weny Xu 2024-05-09 17:23:19 +09:00
  • 5140d247e3 feat: implement drop flow parser (#3888) Weny Xu 2024-05-09 16:14:22 +09:00
  • f995f6099f chore: avoid double future (#3890) Jeremyhi 2024-05-09 15:11:22 +08:00
  • 7de62ef5d0 feat: add metasrv start time to node info (#3883) Jeremyhi 2024-05-09 14:53:55 +08:00
  • 0e05f85a9d feat: pass QueryContext to FlowRequestHeader (#3878) Weny Xu 2024-05-09 13:57:33 +09:00
  • a6a702de4e feat: support querying field column names in Prometheus HTTP API (#3880) Ruihang Xia 2024-05-08 20:18:20 +08:00
  • d99746385b refactor: move mirror insertion tasks to the background runtime (#3879) Weny Xu 2024-05-08 16:41:06 +09:00
  • 9d8f72d611 fix: add data type to vector cache key (#3876) Yingwen 2024-05-08 14:30:28 +08:00
  • c07a1babd5 refactor(logstore): remove Entry::namemspace (#3875) Lei, HUANG 2024-05-08 14:13:33 +08:00
  • cc8d6b1200 refactor: move Plugins to plugins.rs and use rwlock (#3862) zyy17 2024-05-08 07:32:22 +08:00
  • 5274806108 feat: limit total rows copied in COPY TABLE FROM stmt (#3819) irenjj 2024-05-07 23:44:02 +08:00
  • 6e1cc1df55 feat: metasrvs nodeinfo (#3873) Jeremyhi 2024-05-07 19:20:57 +08:00
  • 65f80af9a9 build: run cargo gc to build binaries (#3874) Ruihang Xia 2024-05-07 19:16:47 +08:00
  • a68072cb21 refactor: add the main cli entry point struct Command{} and simplify main() (#3850) zyy17 2024-05-07 17:08:35 +08:00
  • 71c1c7ca24 fix: return metric name instead of query in Prometheus /series API (#3864) Ruihang Xia 2024-05-07 17:07:16 +08:00
  • 1b5862223c fix: register regions during procedure recovery (#3859) Weny Xu 2024-05-07 17:30:41 +09:00
  • c0be0c30de build: strip sqlness binary (#3872) Ruihang Xia 2024-05-07 15:53:48 +08:00
  • 154f561da1 refactor: passing QueryContext to RegionServer (#3829) Kelvin Wu 2024-05-07 15:10:59 +08:00
  • aa2934b422 docs: run fuzz tests in dev mode & disable sanitizer (#3871) Weny Xu 2024-05-07 15:15:07 +09:00
  • 1b93a026c2 ci: align clippy checks and fixup (#3868) shuiyisong 2024-05-07 11:00:38 +08:00
  • 530353785c refactor: remove re-export from logging (#3865) Ruihang Xia 2024-05-06 21:26:01 +08:00
  • 573c19be32 feat(flow): mirror insert req to flow node (#3858) discord9 2024-05-06 19:33:14 +08:00
  • f3b68253c2 chore: remove one slice copy in wal encoding (#3861) Lei, HUANG 2024-05-06 18:26:40 +08:00
  • 6e9e8fad26 refactor!: remove opentsdb tcp server (#3828) shuiyisong 2024-05-06 14:42:05 +08:00
  • 6e12e1b84b fix: retrieve all info instead of checking on demand (#3846) Weny Xu 2024-05-06 13:44:47 +09:00
  • 7d447c20c5 chore: try avoid one slice (#3856) tison 2024-05-06 11:44:12 +08:00
  • 9c3b9600ca ci: avoid trying to send slack notification in forks (#3857) tison 2024-05-06 11:18:21 +08:00
  • 73fe075049 ci: replace pull-request actions with cyborg (#3854) tison 2024-05-04 11:12:26 +08:00
  • 2748cec7e2 ci: create cyborg for all heavy GitHub integrated actions (#3852) tison 2024-05-02 20:31:18 +08:00
  • 65d47bab56 feat: adds information_schema cluster_info table (#3832) dennis zhuang 2024-05-02 10:49:46 +08:00
  • f6e2039eb8 test: introduce unstable fuzz create table test (#3788) Weny Xu 2024-05-01 14:08:49 +08:00
  • 3b89b9ddd8 refactor: move database client to test (#3820) dimbtp 2024-05-01 13:55:13 +08:00
  • 695746193b ci: reduce workflow files by merging actions (#3848) tison 2024-05-01 12:44:00 +08:00
  • 573d369f77 feat(fuzz): add insert logical table target (#3842) Yohan Wal 2024-05-01 11:48:51 +08:00
  • e6eca8ca0c fix: count_wildcard_to_time_index_rule doesn't handle table reference properly (#3847) Ruihang Xia 2024-04-30 23:59:56 +08:00
  • e84b1eefdf perf: optimize count(*) (#3845) Ruihang Xia 2024-04-30 18:10:11 +08:00
  • 777bc3b89d fix: compiler warnings on Windows (#3844) Yingwen 2024-04-30 17:40:11 +08:00
  • 81f3007f6f refactor: remove TableMetaKey trait (#3837) Weny Xu 2024-04-30 14:31:45 +08:00
  • 863ee608ca chore: adding Grafana config for cluster monitor (#3781) shuiyisong 2024-04-30 14:20:23 +08:00
  • 20cbc039e6 refactor: remove catalog prefix (#3835) Weny Xu 2024-04-30 11:27:33 +08:00
  • d11b1fa389 chore: correct RepeatedField origin (#3838) tison 2024-04-30 11:13:54 +08:00
  • a0f4881c6e feat: physical optimizer RemoveDuplicate to remove duplicate exec plans (#3839) Ruihang Xia 2024-04-30 11:13:39 +08:00