Live data from Hacker News

Choose DuckDB rather than SQLite

tracewayapp.com

1–10 of 65 posts

Re: Choose DuckDB rather than SQLite

#7
TL;DR: SQLite was doing OLAP work it was never built for (and it was okay at it, I must add), and the perf. ceiling moves two orders of magnitude when you use something that's more fit for the purpose (DuckDB in this case).

TLDRTL;DR: If everything you do is column-store territory, use a column-store.

Post reply on HN