Commit Graph

  • 9691d19601 feat: impl kv backend for raft engine (#2280) Lei, HUANG 2023-09-01 12:39:55 +08:00
  • ff3881f0e1 feat: drop distributed Mito2 table (#2260) LFC 2023-09-01 11:47:32 +08:00
  • fa542f6e93 feat: new heartbeat (#2299) JeremyHi 2023-09-01 11:47:18 +08:00
  • d6c82867d5 refactor: remove the most Table impls (#2274) Zhenchi 2023-09-01 11:34:03 +08:00
  • 86d56f71ef fix: flume bug (#2298) Lei, HUANG 2023-09-01 11:11:26 +08:00
  • b42d343ae6 feat(frontend): unify column inserter and row inserter (#2293) Zhenchi 2023-08-31 21:53:03 +08:00
  • 365e557e7a feat(mito): Integrate access layer and file purger to region (#2296) Yingwen 2023-08-31 19:59:50 +08:00
  • 46d171d341 chore: bump greptime-proto to replace region_dir (#2290) Ruihang Xia 2023-08-31 03:09:05 -05:00
  • 718246ea1a feat: implement heartbeat for region server (#2279) Ruihang Xia 2023-08-30 22:39:58 -05:00
  • 58d07e0e62 feat: v04 rm unused exprs (#2285) JeremyHi 2023-08-30 19:19:06 +08:00
  • db89235474 feat: only allow timestamp type as time index (#2281) dennis zhuang 2023-08-30 19:16:10 +08:00
  • 6e593401f7 refactor: collecting memory usage during scan (#2353) shuiyisong 2023-09-12 15:52:57 +08:00
  • 466fbaca5d fix: panic in try_into_vector() (#2351) Yingwen 2023-09-11 19:06:31 +08:00
  • de966af83b feat: update dashboard to v0.3.3 (#2339) ZonaHe 2023-09-06 19:19:56 +08:00
  • f995204060 test: more reduce tests stream Discord9 2023-09-06 16:35:40 +08:00
  • 93561291e4 support more binary function Discord9 2023-09-01 14:29:56 +08:00
  • 9f59d68391 eval func Discord9 2023-08-23 15:44:05 +08:00
  • 51083b12bd reduce_bucketed Discord9 2023-08-22 17:59:56 +08:00
  • c80165c377 test: simple render Discord9 2023-08-16 14:16:53 +08:00
  • 76d8709774 sink&source Discord9 2023-08-10 18:11:22 +08:00
  • 2cf7d6d569 feat: build_accumulable Discord9 2023-08-04 16:33:28 +08:00
  • 045c8079e6 feat: flow util func Discord9 2023-08-02 17:02:21 +08:00
  • 54f2f6495f mfp & reduce partially Discord9 2023-08-02 10:55:30 +08:00
  • 2798d266f5 feat: render plan partially writen Discord9 2023-07-25 15:35:36 +08:00
  • 824d03a642 working on reduce Discord9 2023-07-20 18:11:02 +08:00
  • 47f41371d0 Arrangement&types Discord9 2023-07-20 15:18:39 +08:00
  • d702b6e5c4 use newer DD Discord9 2023-07-18 16:53:29 +08:00
  • 13c02f3f92 basic skeleton Discord9 2023-07-18 15:46:36 +08:00
  • b52eb2313e renamed as greptime-flow Discord9 2023-07-12 14:20:33 +08:00
  • d422bc8401 basic demo Discord9 2023-07-12 12:34:41 +08:00
  • b8c50d00aa feat: sqlness test for interval type (#2265) Zou Wei 2023-09-04 14:30:48 +08:00
  • a12ee5cab8 fix: qualify inputs on handling join in promql (#2297) Ruihang Xia 2023-08-31 22:51:34 -05:00
  • a0d15b489a feat: update dashboard to v0.3.2 (#2295) ZonaHe 2023-08-31 22:05:00 +08:00
  • baa372520d fix: json compatibility to null (#2287) shuiyisong 2023-08-31 14:21:10 +08:00
  • 5df4d44761 feat: schema level opts (#2283) shuiyisong 2023-08-30 16:11:08 +08:00
  • 8e9f2ffce4 fix: skip procedure if target route is not found (#2277) Weny Xu 2023-08-30 14:59:50 +08:00
  • 1101e7bb18 fix: deregister table after keeper closes table (#2278) Weny Xu 2023-08-30 11:43:04 +08:00
  • 5fbc941023 ci: upload the latest artifacts to 'latest/' directory of S3 bucket in scheduled and formal release (#2276) zyy17 2023-08-29 17:00:45 +08:00
  • 68600a2cf9 feat(mito2): add file purger and cooperate with scheduler to purge sst files (#2251) Bamboo1 2023-08-29 15:55:03 +08:00
  • 805f254d15 feat(mito): Flush framework for mito2 (#2262) Yingwen 2023-08-29 15:13:15 +08:00
  • 2a6c830ca7 refactor(table): remove Table impl for system (#2270) Zhenchi 2023-08-29 11:43:43 +08:00
  • 22dea02485 fix: use RegionId region number instead (#2273) Weny Xu 2023-08-29 10:52:24 +08:00
  • ef75e8f7c3 feat: create distributed Mito2 table (#2246) LFC 2023-08-28 20:07:52 +08:00
  • 71fc3c42d9 fix: open region does not register catalog/schema (#2271) Weny Xu 2023-08-28 20:06:10 +08:00
  • c02ac36ce8 feat: avoid confusion in desc table (#2272) JeremyHi 2023-08-28 19:50:33 +08:00
  • c112b9a763 feat(mito2): WAL replay (#2264) Lei, HUANG 2023-08-28 19:45:23 +08:00
  • 96fd17aa0a fix: fix typoes (#2268) Weny Xu 2023-08-28 17:26:00 +08:00
  • 6b8cf0bbf0 feat: impl region engine for mito (#2269) Ruihang Xia 2023-08-28 04:24:12 -05:00
  • e2522dff21 feat(mito): Skeleton for scanning a region (#2230) Yingwen 2023-08-28 14:59:31 +08:00
  • d8f851bef2 fix: keep region failover state not changed upon failure (#2261) LFC 2023-08-28 12:40:47 +08:00
  • 63b22b2403 feat: prometheus row inserter (#2263) JeremyHi 2023-08-28 11:22:23 +08:00
  • c56f5e39cd refactor: set default metasrv procedure retry times to 12 (#2242) v0.4.0-nightly-20230828 Weny Xu 2023-08-26 15:41:15 +08:00
  • 7ff200c0fa fix: align region numbers to real regions (#2257) Weny Xu 2023-08-25 19:48:58 +08:00
  • 5160838d04 chore: change version to 0.4.0-nightly (#2258) dennis zhuang 2023-08-25 17:44:39 +08:00
  • f16f58266e refactor: query_ctx from http middleware (#2253) shuiyisong 2023-08-25 17:36:33 +08:00
  • 8d446ed741 fix: quote ident on rendered SQL (#2248) Ruihang Xia 2023-08-25 02:25:21 -05:00
  • de1daec680 feat: upgrade desc table output (#2256) JeremyHi 2023-08-25 14:52:22 +08:00
  • 9d87c8b6de refactor(table): cleanup dist table (#2255) Zhenchi 2023-08-25 14:37:39 +08:00
  • 6bf260a05c chore: write to mito2 (#2250) Lei, HUANG 2023-08-25 14:18:42 +08:00
  • 15912afd96 fix: the inconsistent order of input/output in range select (#2229) WU Jingdi 2023-08-25 12:12:59 +08:00
  • dbe0e95f2f feat(mito2): concat and projection (#2243) Lei, HUANG 2023-08-25 11:25:27 +08:00
  • 20b7f907b2 fix: promql planner should clear its states on each selector (#2247) Ruihang Xia 2023-08-24 22:07:44 -05:00
  • b13d932e4e fix: fix RegionAliveKeeper does not find the table after restarting (#2249) Weny Xu 2023-08-25 11:05:17 +08:00
  • 48348aa364 fix: fix test_scheduler_continuous_stop in scheduler (#2252) Bamboo1 2023-08-25 10:59:48 +08:00
  • 9ce73e7ca1 refactor(frontend): TableScan instead of scan_to_stream for COPY TO (#2244) Zhenchi 2023-08-24 20:46:54 +08:00
  • b633a16667 feat: apply rewriter to subquery exprs (#2245) Ruihang Xia 2023-08-24 06:48:04 -05:00
  • 0a6ab2a287 refactor(script): not to call scan_to_stream on table (#2241) Zhenchi 2023-08-24 16:10:07 +08:00
  • 7746e5b172 feat: dist row inserter (#2231) JeremyHi 2023-08-24 14:58:05 +08:00
  • a7e0e2330e fix: invalidate cache after altering (#2239) Weny Xu 2023-08-24 11:56:17 +08:00
  • 19d2d77b41 fix: parse large timestamp (#2185) Lei, HUANG 2023-08-24 11:52:15 +08:00
  • 4ee1034012 feat(mito): merge reader for mito2 (#2210) Yingwen 2023-08-24 11:37:51 +08:00
  • e5ba3d1708 feat: rewrite the dist analyzer (#2238) Ruihang Xia 2023-08-23 22:29:08 -05:00
  • 8b1f4eb958 feat: types sqlness tests (#2073) dennis zhuang 2023-08-24 11:26:19 +08:00
  • eca7e87129 chore: try from value (#2236) discord9 2023-08-24 10:44:13 +08:00
  • beb92ba1d2 refactor: use table id instead of table ident (#2233) Weny Xu 2023-08-23 21:28:08 +08:00
  • fdb5ad23bf refactor: use Batch::sort_and_dedup instead of Values::sort_in_place (#2235) Lei, HUANG 2023-08-23 16:56:49 +08:00
  • d581688fd2 fix: dist planner has wrong behavior in table with multiple partitions (#2237) Ruihang Xia 2023-08-23 03:32:20 -05:00
  • 4dbc32f532 refactor: remove associate type in scheduler to simplify it #2153 (#2194) Bamboo1 2023-08-23 14:28:00 +08:00
  • af95e46512 refactor(table): eliminate calls to DistTable.delete (#2225) Zhenchi 2023-08-23 10:33:48 +08:00
  • d81ddd8879 chore: fix clippy (#2232) Weny Xu 2023-08-23 10:24:29 +08:00
  • 88247e4284 fix!: resolve residual issues with removing prometheus port (#2227) Ning Sun 2023-08-23 09:49:11 +08:00
  • 18250c4803 feat: implement Flight and gRPC services for RegionServer (#2226) Ruihang Xia 2023-08-22 08:30:09 -05:00
  • 18fa0e01ed feat: remove checkpoint_on_startup (#2228) dennis zhuang 2023-08-22 21:09:34 +08:00
  • cc3e198975 feat(mito): Implement operations like concat and sort for Batch (#2203) Yingwen 2023-08-22 20:03:02 +08:00
  • cd3755c615 feat(mito): Support handling RegionWriteRequest (#2218) Yingwen 2023-08-22 19:16:00 +08:00
  • be1e13c713 feat(mito2): time series memtable (#2208) Lei, HUANG 2023-08-22 16:40:46 +08:00
  • cb3561f3b3 refactor(table): eliminate calls to DistTable.insert (#2219) Zhenchi 2023-08-22 14:15:02 +08:00
  • b3b43fe1c3 fix: table options can't be found in distributed mode (#2209) Niwaka 2023-08-22 12:53:56 +09:00
  • b411769de6 feat: Implement a basical range select query (#2138) WU Jingdi 2023-08-22 11:07:14 +08:00
  • e5f4ca2dab feat: streaming do_get (#2171) niebayes 2023-08-22 10:54:05 +08:00
  • 5b7b2cf77d fix: fix ddl client can not update leader addr (#2205) Weny Xu 2023-08-21 21:57:29 +08:00
  • 9352649f22 chore: add table region key to delete in upgrade tool (#2214) shuiyisong 2023-08-21 16:16:10 +08:00
  • c5f507c20e fix: add user_info extension to prom_store handler (#2212) shuiyisong 2023-08-21 12:55:34 +08:00
  • 033b650d0d feat: row write protocol (#2189) v0.4.0-nightly-20230821 JeremyHi 2023-08-19 21:08:44 +08:00
  • 272f649b22 fix: some TODO in sqlness cases and refactor meta-client error (#2207) dennis zhuang 2023-08-18 18:09:11 +08:00
  • 3150f4b22e fix: specify input ordering and distribution for prom plan (#2204) Ruihang Xia 2023-08-18 17:45:46 +08:00
  • e1ce1d86a1 refactor: unite key serialization method (#2195) Weny Xu 2023-08-18 17:42:19 +08:00
  • b8595e1960 feat: update dashboard to v0.3.1 (#2192) ZonaHe 2023-08-18 17:42:18 +08:00
  • 61e6656fea fix: auth in prometheus gateway service (#2206) shuiyisong 2023-08-18 17:41:38 +08:00
  • 1bbec75f5b fix: skip partition clause in show create table (#2200) Ruihang Xia 2023-08-18 17:10:31 +08:00