Hacker News new | ask | show | jobs
Lightweight Compression in DuckDB (duckdb.org)
31 points by hfmuehleisen 1337 days ago
1 comments

Amazing overview of the various compression schemes used in columnar stores.

I use Parquet with ZSTD with DuckDB and it absolutely flies.

Have not reached for Spark in a long while.