|
|
|
|
|
by samwillis
1365 days ago
|
|
DuckDB is brilliant. Something I’m working I uses SQLite, there is an analytical search users can perform, it scans most of the DB with multiple joins. It would take about 45 seconds to run the query. I exported the dataset and imported it into DuckDB. The literal same SQL query now takes only 1.5 seconds. It really shows the difference in how a column store is so much better for curtain queries. |
|