Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

DuckDB is really for OLAP/Columnar (analytical workloads) whereas SQLite is more for OLTP/Row-based (transactional).

When you start running aggregations/windows over large amounts of data, you'll soon see the difference in performance.



Sure, but the OP is using DuckDB as a way to export some smaller amount of data for someone. That's a great use-case for SQLite, from whatever your real DB is, which for the OP is also DuckDB.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: