Skip to content

v0.2.6

Choose a tag to compare

@SouravRoy-ETL SouravRoy-ETL released this 16 May 08:21
· 159 commits to main since this release

ClickBench-43

SlothDB runs the full 43-query ClickBench suite over the 100M-row hits dataset and is ahead of DuckDB on 33 of 43 on a 6-core laptop. The query engine gained radix-partitioned aggregators for high-cardinality GROUP BY, a bounded hash-table COUNT path, parquet decode work (zero-copy VARCHAR, batched RLE unpack), and TopN pushdown into the aggregate. Charts and the full per-query table are in the README.

Bench

bench/clickbench/ holds the 43 ClickBench queries verbatim plus a runner and a chart generator. python bench/clickbench/verify_all.py reproduces the head-to-head against DuckDB.