Краткое сравнение производительности SQLite и DuckDB

SQLite быстр с индексами, а DuckDB быстр без них

DuckDB does not seem to work with indices as well as SQLite does but is blazingly fast when scanning large parts of the table.

SQLite is great at using indices but takes its time when it has to look at the whole table.

Benchmarking DuckDB vs SQLite for Simple Queries 

Поделиться
Отправить
 4   1 мес   sql   база данных
Популярное