Every metric below was measured on physical release builds against Apache Parquet-zstd and Cloudflare R2 object storage. No unmeasured claims.
Select a real dataset below to inspect its physical compression ratio against Apache Parquet-zstd and ingest throughput.
Standard relational analytical benchmark with 16 columns (dates, decimals, strings). Demonstrates predictable dictionary-trained compression on traditional warehouse data.
Comparing AWS RDS gp3 ($0.115/GB/mo) and MongoDB Atlas ($0.25/GB/mo) against KOLMOS on Cloudflare R2 ($0.015/GB/mo with 2× physical compression).
gp3 EBS volume storage at standard AWS rates ($0.115 per GB-month).
Managed Atlas dedicated tier storage & replica snapshot IOPS.
100TB compressed to ~50TB on Cloudflare R2 ($0.015 per GB-month).
KOLMOS is designed to solve the multi-million dollar storage bloat problem. In exchange for 1.66×–2.12× smaller footprint over Parquet-zstd, brute-force full-table scans are 1.6×–8× slower because mathematical formulas must be decoded.
Bloom filters and header min/max zone maps skip 99% of segments, ensuring real application queries execute instantly.
When scanning 100M rows unindexed, Parquet is faster at raw RAM reads; KOLMOS delivers 2× smaller disk storage.
# 1. Run local engine benchmark suite on release build $ cargo bench --bench ladder_bench # 2. Run Cloudflare R2 live benchmark test $ powershell -ExecutionPolicy Bypass -File .\run_r2_benchmark.ps1 # 3. Check live R2 storage statistics $ kolmos --store s3 --s3-bucket kolmos-prod stats
Point KOLMOS at your existing PostgreSQL, MySQL, or MongoDB database and measure your storage savings in minutes.