|
|
|
|
|
by victorbjorklund
1008 days ago
|
|
DuckDB is a columnar db and focused on analysis queries. So it is more optimized for those workflows. Of course for many things sqlite is fine but if you have a really large db with complex queries duckdb should be faster. |
|
(The large spark cluster was still ingesting the data when I was done with my analysis, only working on my local laptop)