Back to browse
Stratum – SQL that branches and beats DuckDB on 35/46 1T benchmarks

Stratum – SQL that branches and beats DuckDB on 35/46 1T benchmarks

by whilo·Mar 12, 2026·12 points·3 comments

AI Analysis

●●●BangerBig BrainWizardry

Git-like branching for columnar data with DuckDB-beating benchmarks from pure JVM.

Strengths
  • Copy-on-write branching enables O(1) dataset forks with structural sharing.
  • SIMD execution via Java Vector API needs no native compilation.
  • PostgreSQL wire protocol means existing clients connect immediately.
Weaknesses
  • JVM-based may concern teams standardizing on native or Go tooling.
  • Long-term integration with Datahike's Datalog planner remains unfinished.
Category
Target Audience

Data engineers running analytical queries on immutable datasets

Similar To

DuckDB · Datomic · Delta Lake

Similar Projects

Data●●Solid

Benchmarking Apple Silicon unified mem for GPU-accelerated SQL analysis

The repo does one practical thing well: quantify the real-world impact of Apple Silicon's unified memory on analytics by running six TPC-H queries plus a GPU-favorable QX and shipping the raw charts and code. It's specific and empirical — you get MLX vs NumPy vs DuckDB numbers and PNGs, not just hand-wavy claims — but it's narrowly scoped to M4 hardware and small-ish scales, so its conclusions are useful for experimentation rather than sweeping generalization.

WizardryNiche Gem
sadopc
313mo ago