@auxten · auxten.com
ETL — Extract → Transform → Load into a warehouse. Then query.
Same engine that runs analytics at Anthropic, Cursor, Vercel, Cloudflare.
Ran live during prep. Also in there: iceberg(), deltaLake(), hudi(), gcs(), azureBlobStorage()…
…and yes: it read the CSVs inside the tar. No unzip.
ClickBench · 43 analytical queries · relative total runtime, lower is better · benchmark.clickhouse.com
vs pandas: on DataFrame ops (100K–10M rows), chDB takes the most wins at every size — chart on auxten.com
Agents ask unpredictable questions. Query data where it lives — don't pre-build pipelines.
One SQL surface is the agent's data tool. Files, lakes, archives, DataFrames — federated in-process.
Materialize only what gets hot. ETL becomes a one-line optimization, not a prerequisite.