|
|
|
|
|
by nkh
1198 days ago
|
|
DuckDB is "column oriented" vs "row oriented". I have found it 10x* faster for queries on data your size compared to SQLite or MySQL or Postgres. The added advantage of it being a single file is very nice as well. *I use the HoneySQL (clojure) library to programmatically build up queries and execute them via the JDBC driver. |
|