Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
43123a2
feat(cubestore): dict-encoded string group keys for inline aggregate …
waralexrom Jun 19, 2026
d3aa25f
feat(cubestore): port group-by-limit partial aggregate (renamed from …
waralexrom Jun 19, 2026
f6d0995
feat(cubestore): engage group-by-limit trim at distributed execution …
waralexrom Jun 19, 2026
65420c6
feat(cubestore): extend group-by-limit pushdown to bare LIMIT and thr…
waralexrom Jun 19, 2026
83a10c1
feat(cubestore): dict-aware group keys + native dictionary parquet read
waralexrom Jun 19, 2026
302f9a5
perf(cubestore): vectorize dictionary group-key remap
waralexrom Jun 19, 2026
d38cb8e
test(cubestore): cover dictionary group-key remap and native dict read
waralexrom Jun 19, 2026
4c9d5a6
feat(cubestore): parallel hash-final worker top-k (experimental, flag…
waralexrom Jun 19, 2026
d430167
feat(cubestore): per-partition N-way top-k aggregate (experimental, f…
waralexrom Jun 19, 2026
e52d56a
refactor(cubestore): drop sorted worker top-k, hash-final is the only…
waralexrom Jun 19, 2026
19e7af0
feat(cubestore): dict-encode in-memory chunks on scan
waralexrom Jun 19, 2026
6d3fd6f
fix(cubestore): handle dictionary group keys in aggregate top-k
waralexrom Jun 20, 2026
e8a2a90
chore(cubestore): default dictionary encoding and group-by-limit trim…
waralexrom Jun 20, 2026
4f9f439
refactor(cubestore): address PR review on group-by-limit/dict
waralexrom Jun 20, 2026
cbff840
test(cubestore): ignore worker_sort_and_limit_cluster (worker limit-p…
waralexrom Jun 20, 2026
4bb1499
fix(cubestore): restore worker-side sort bounding for the inline limi…
waralexrom Jun 20, 2026
c6faaed
chore(cubestore): drop test scratch dirs committed by mistake; ignore…
waralexrom Jun 20, 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