Commit Graph

  • 0c32dcf46c fix: dead links (#5212) Yiran 2024-12-20 20:01:57 +08:00
  • 68a05b38bd feat(bloom-filter): add bloom filter reader (#5204) Zhenchi 2024-12-20 16:29:18 +08:00
  • ee72ae8bd0 feat(bloom-filter): add memory control for creator (#5185) Zhenchi 2024-12-20 14:59:44 +08:00
  • 556bd796d8 chore: adjust fuzz tests cfg (#5207) Weny Xu 2024-12-20 14:58:51 +08:00
  • 1327e8809f feat: bump opendal and switch prometheus layer to the upstream impl (#5179) Ruihang Xia 2024-12-19 11:42:05 +08:00
  • 9bf9aa1082 chore: update greptime-proto to include add_if_not_exists (#5289) Yingwen 2025-01-03 23:41:00 +08:00
  • 353c8230db refactor: flow replace check&better error msg (#5277) discord9 2025-01-03 18:59:58 +08:00
  • 577d81f14c chore: suppress list warning (#5280) Lei, HUANG 2025-01-03 17:05:03 +08:00
  • 856bba5d95 fix: better fmt check from 40s to 4s (#5279) yihong 2025-01-03 16:12:49 +08:00
  • 89399131dd feat: support add if not exists in the gRPC alter kind (#5273) Yingwen 2025-01-03 15:23:17 +08:00
  • d20b592fe8 fix: flow handle reordered inserts (#5275) discord9 2025-01-03 14:25:39 +08:00
  • bcb0f14227 refactor: adjust index cache page size (#5267) Yohan Wal 2025-01-03 11:26:17 +08:00
  • 3b27adb3fe ci: update nix setup (#5272) Ning Sun 2025-01-03 11:13:04 +08:00
  • 4d6fe31fff fix(flow): flow's table schema cache (#5251) discord9 2025-01-02 18:33:23 +08:00
  • 1b0b9add90 feat: use connection pool for pg kv backend in preparation for txn (#5260) Yohan Wal 2025-01-02 14:33:21 +08:00
  • 2b89970d45 fix: import tokio-metrics and tokio-metrics-collector (#5264) chenmortal 2025-01-02 13:58:31 +08:00
  • 53d006292d fix: correct invalid testing feature gate usage (#5258) Ning Sun 2025-01-02 11:22:54 +08:00
  • d18c8b5e16 chore: typo (#5265) discord9 2025-01-02 11:17:53 +08:00
  • e0949c4a11 feat: hints all in one (#5194) jeremyhi 2025-01-02 10:56:33 +08:00
  • 5cf931c417 feat(log-query): implement pagination with limit and offset parameters (#5241) Ruihang Xia 2024-12-31 14:42:46 +08:00
  • cc5b1d42b0 ci: disable pyo3 build tasks (#5256) Ning Sun 2024-12-31 12:53:41 +08:00
  • 55b7656956 feat: override __sequence on creating SST to save space and CPU (#5252) Ruihang Xia 2024-12-31 11:28:02 +08:00
  • 75e4f307c9 feat: update partition duration of memtable using compaction window (#5197) Yingwen 2024-12-30 21:06:25 +08:00
  • 89f2e15ffb feat: add election logic for PgElection (#5249) Yohan Wal 2024-12-30 17:45:04 +08:00
  • 13ed10556a refactor: support to convert time string to timestamp in convert_value() (#5242) zyy17 2024-12-30 16:36:08 +08:00
  • d1108ab581 feat: add vec_div function (#5245) Lin Yihai 2024-12-30 15:08:26 +08:00
  • 1287d4cb9f ci: make sure clippy passes before running tests (#5253) Ning Sun 2024-12-30 15:01:15 +08:00
  • 109fe04d17 fix(bloom-filter): skip applying for non-indexed columns (#5246) Zhenchi 2024-12-30 14:56:58 +08:00
  • f1eb76f489 fix: implement a CacheStrategy to ensure compaction use cache correctly (#5254) Yingwen 2024-12-30 14:24:53 +08:00
  • 11bab0c47c feat: add sqlness test for bloom filter index (#5240) v0.12.0-nightly-20241230 Ruihang Xia 2024-12-27 14:40:18 +08:00
  • 588f6755f0 fix: disable path label in opendal for now (#5247) shuiyisong 2024-12-27 12:34:19 +08:00
  • dad8ac6f71 feat(vector): add vector functions vec_sub & vec_sum & vec_elem_sum (#5230) Kould 2024-12-26 23:07:13 +08:00
  • ef13c52814 feat: init PgElection with candidate registration (#5209) Yohan Wal 2024-12-26 20:39:32 +08:00
  • 7471f55c2e feat(mito): add bloom filter read metrics (#5239) Zhenchi 2024-12-26 12:44:03 +08:00
  • f4b2d393be feat(config): add bloom filter config (#5237) Zhenchi 2024-12-26 12:38:45 +08:00
  • 0cf44e1e47 chore: add more info for pipeline dryrun API (#5232) localhost 2024-12-26 11:06:25 +08:00
  • 00ad27dd2e feat(bloom-filter): bloom filter applier (#5220) Ruihang Xia 2024-12-26 10:51:18 +08:00
  • 5ba8bd09fb fix: flow compare null values (#5234) discord9 2024-12-25 23:31:27 +08:00
  • a9f21915ef feat(bloom-filter): integrate indexer with mito2 (#5236) Zhenchi 2024-12-25 22:30:07 +08:00
  • 039989f77b feat: Add vec_mul function. (#5205) Lin Yihai 2024-12-25 22:17:22 +08:00
  • abf34b845c feat(flow): check sink table mismatch on flow creation (#5112) discord9 2024-12-25 21:42:37 +08:00
  • 4051be4214 feat: add some critical metrics to flownode (#5235) Ruihang Xia 2024-12-25 18:57:21 +08:00
  • 5e88c80394 feat: introduce the Limiter in frontend to limit the requests by in-flight write bytes size. (#5231) zyy17 2024-12-25 17:11:30 +08:00
  • 6a46f391cc ci: upload .pdb files too for better windows debug (#5224) discord9 2024-12-25 16:10:57 +08:00
  • c96903e60c feat(bloom-filter): impl batch push to creator (#5225) Zhenchi 2024-12-25 15:53:53 +08:00
  • a23f269bb1 fix: correct write cache's metric labels (#5227) Ruihang Xia 2024-12-25 15:26:21 +08:00
  • 334dbee590 ci: upload .pdb files too windows_pdb_debug discord9 2024-12-24 15:56:53 +08:00
  • f33b378e45 chore: add log for converting region to follower (#5222) Weny Xu 2024-12-25 10:38:47 +08:00
  • 267941bbb5 ci: support to pack multiple files in upload-artifacts action (#5228) zyy17 2024-12-25 10:37:32 +08:00
  • 074846bbc2 feat(mito): parquet memtable reader (#4967) Lei, HUANG 2024-12-24 17:59:26 +08:00
  • 88d46a38ae chore: bump opendal to fork version to fix prometheus layer (#5223) Ruihang Xia 2024-12-24 16:54:59 +08:00
  • de0beabf34 refactor: remove unnecessary wrap (#5221) Weny Xu 2024-12-24 16:43:14 +08:00
  • 68dd2916fb feat: logs query endpoint (#5202) Ruihang Xia 2024-12-24 14:21:19 +08:00
  • d51b65a8bf feat(index-cache): abstract IndexCache to be shared by multi types of indexes (#5219) Zhenchi 2024-12-24 13:10:30 +08:00
  • 2082c4b6e4 docs: add greptimedb-operator project link in 'Tools & Extensions' and other small improvements (#5216) zyy17 2024-12-24 11:09:41 +08:00
  • 17d75c767c chore: update all arm64 builders (#5215) v0.11.1 Yingwen 2024-12-21 18:14:45 +08:00
  • c623404fff ci: fix nightly ci task on nix build (#5198) v0.12.0-nightly-20241223 Ning Sun 2024-12-21 18:09:32 +08:00
  • fa3b7ed5ea build: use 8xlarge as arm default (#5214) Yingwen 2024-12-21 16:39:24 +08:00
  • a1ed450c0c chore: arm64 use 8xlarge runner (#5213) Yingwen 2024-12-20 22:29:25 +08:00
  • 8ece853076 fix: dead links (#5212) Yiran 2024-12-20 20:01:57 +08:00
  • 4245bff8f2 feat(bloom-filter): add bloom filter reader (#5204) Zhenchi 2024-12-20 16:29:18 +08:00
  • 3d4121aefb feat(bloom-filter): add memory control for creator (#5185) Zhenchi 2024-12-20 14:59:44 +08:00
  • 1910d71cb3 chore: adjust fuzz tests cfg (#5207) Weny Xu 2024-12-20 14:58:51 +08:00
  • ea4ce9d1e3 chore: set version to 0.11.1 evenyag 2024-12-20 12:53:00 +08:00
  • 1f7d9666b7 chore: Downgrade opendal for releasing 0.11.1 evenyag 2024-12-20 12:50:30 +08:00
  • 9f1a0d78b2 ci: install latest protobuf in dev-builder image (#5196) LFC 2024-12-20 10:45:53 +08:00
  • ed8e418716 fix: auto created table ttl check (#5203) discord9 2024-12-19 19:23:01 +08:00
  • 9e7121c1bb fix(flow): batch builder with type (#5195) discord9 2024-12-19 17:16:56 +08:00
  • 94a49ed4f0 chore: update PR template (#5199) dennis zhuang 2024-12-19 16:28:20 +08:00
  • f5e743379f feat: show flow's mem usage in INFORMATION_SCHEMA.FLOWS (#4890) discord9 2024-12-19 16:24:04 +08:00
  • 6735e5867e feat: bump opendal and switch prometheus layer to the upstream impl (#5179) Ruihang Xia 2024-12-19 11:42:05 +08:00
  • 925525726b fix: ensure table route metadata is eventually rolled back on failure (#5174) Weny Xu 2024-12-19 11:29:34 +08:00
  • 6427682a9a feat: show create postgresql foreign table (#5143) Ning Sun 2024-12-18 23:15:55 +08:00
  • 55b0022676 chore: make nix compilation environment config more robust (#5183) Ning Sun 2024-12-18 20:41:24 +08:00
  • 2d84cc8d87 refactor: remove unused symbols (#5193) Ruihang Xia 2024-12-18 19:24:43 +08:00
  • c030705b17 docs: fix grafana dashboard row (#5192) Yingwen 2024-12-18 17:10:56 +08:00
  • 443c600bd0 fix: validate matcher op for __name__ in promql (#5191) Ruihang Xia 2024-12-18 16:51:46 +08:00
  • 39cadfe10b fix(sqlness): enforce order in union tests (#5190) Lei, HUANG 2024-12-18 16:24:15 +08:00
  • 9b5e4e80f7 feat: extract hints from http header (#5128) jeremyhi 2024-12-18 16:17:34 +08:00
  • 041a276b66 feat: do not remove time filters in ScanRegion (#5180) Yingwen 2024-12-18 14:39:49 +08:00
  • 614a25ddc5 feat: do not keep MemtableRefs in ScanInput (#5184) Yingwen 2024-12-18 14:37:22 +08:00
  • 4337e20010 feat: impl label_join and label_replace for promql (#5153) dennis zhuang 2024-12-18 14:35:45 +08:00
  • 65c52cc698 fix: display inverted and fulltext index in show index (#5169) Lanqing Yang 2024-12-17 22:10:59 -08:00
  • 50f31fd681 feat: introduce Buffer for non-continuous bytes (#5164) Yohan Wal 2024-12-18 11:45:38 +08:00
  • b5af5aaf8d refactor: produce BatchBuilder from a Batch to modify it again (#5186) LFC 2024-12-18 10:42:33 +08:00
  • 27693c7f1e perf: avoid holding memtable during compaction (#5157) Lei, HUANG 2024-12-17 15:06:07 +08:00
  • a59fef9ffb test: sqlness upgrade compatibility tests (#5126) discord9 2024-12-17 15:00:02 +08:00
  • bcecd8ce52 feat(bloom-filter): add basic bloom filter creator (Part 1) (#5177) Zhenchi 2024-12-17 14:55:42 +08:00
  • ffdcb8c1ac fix: deletion between two put may not work in last_non_null mode (#5168) Yingwen 2024-12-17 12:01:32 +08:00
  • 554121ad79 chore: add aquamarine to dep lists (#5181) Yingwen 2024-12-17 09:45:50 +08:00
  • 43c12b4f2c fix: correct set_region_role_state_gracefully behaviors (#5171) Weny Xu 2024-12-16 22:01:40 +08:00
  • 7aa8c28fe4 test: flow rebuild (#5162) discord9 2024-12-16 20:25:23 +08:00
  • 34fbe7739e chore: add nix-shell configure for a minimal environment for development (#5175) Ning Sun 2024-12-16 19:47:18 +08:00
  • 06d7bd99dd feat: update dashboard to v0.7.3 (#5172) ZonaHe 2024-12-16 18:56:41 +08:00
  • b71d842615 feat: introduce SKIPPING index (part 1) (#5155) Ruihang Xia 2024-12-16 17:21:00 +08:00
  • 7f71693b8e chore: gauge for flush compaction (#5156) Lei, HUANG 2024-12-16 15:08:07 +08:00
  • 615ea1a171 feat: Add vector_scalar_mul function. (#5166) Lin Yihai 2024-12-16 14:46:38 +08:00
  • 4e725d259d chore: remove unused dep (#5163) shuiyisong 2024-12-16 14:17:27 +08:00
  • dc2252eb6d fix: support alter table ~ add ~ custom_type (#5165) Niwaka 2024-12-15 18:05:29 +09:00
  • 6d4cc2e070 ci: use 4xlarge for nightly build (#5158) Yingwen 2024-12-13 20:53:11 +08:00