r0ller/alice

sqlite db query results are slow in case of big selections

r0ller opened this issue · 0 comments

The title says it all. The reason is that the query_result->insert() method that takes care of buffering field names and values belonging to the same row id checks before inserting a new row if it is unique. The check itself is slow.