Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
3d3c037
feat(cubestore): port group-by-limit partial aggregate (renamed from …
waralexrom Jun 19, 2026
661f8f7
feat(cubestore): engage group-by-limit trim at distributed execution …
waralexrom Jun 19, 2026
67a54ca
feat(cubestore): extend group-by-limit pushdown to bare LIMIT and thr…
waralexrom Jun 19, 2026
d38add1
feat(cubestore): parallel hash-final worker top-k (experimental, flag…
waralexrom Jun 19, 2026
48551a3
feat(cubestore): per-partition N-way top-k aggregate (experimental, f…
waralexrom Jun 19, 2026
a74a4f2
refactor(cubestore): drop sorted worker top-k, hash-final is the only…
waralexrom Jun 19, 2026
52ae93c
chore(cubestore): default group-by-limit trim off (opt-in via env)
waralexrom Jun 22, 2026
110b2c3
refactor(cubestore): address PR review on group-by-limit
waralexrom Jun 22, 2026
9727402
test(cubestore): ignore worker_sort_and_limit_cluster (worker limit-p…
waralexrom Jun 20, 2026
cde0dbd
fix(cubestore): restore worker-side sort bounding for the inline limi…
waralexrom Jun 22, 2026
cfa6d7a
perf(cubestore): coalesce partitions under hash aggregate instead of …
waralexrom Jun 21, 2026
42ceaf4
fix(cubestore): correct GroupByLimitAggregateExec partitioning and sk…
waralexrom Jun 22, 2026
b1f31b2
refactor(cubestore): make GROUP_BY_LIMIT_PER_PARTITION toggle over/un…
waralexrom Jun 23, 2026
7d00752
fix(cubestore): align group-by-limit total-order NULL placement acros…
waralexrom Jun 23, 2026
5f6959b
fix(cubestore): move group-by-limit per-partition/coalesce flags into…
waralexrom Jun 23, 2026
6697321
fix(cubestore): don't panic on a malformed group-by-limit flag value
waralexrom Jun 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions rust/cubestore/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ cubestore/target
cubesql/target
cubestore-sql-tests/data/**
cubestore/db-tmp
# RocksDB scratch dirs left by metastore unit tests (run from the crate root)
/cubestore/test-*-local/
/cubestore/test-*-upstream/
52 changes: 26 additions & 26 deletions rust/cubestore/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading