Краткое сравнение производительности 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.