SQLite3 insertion speed
I need to do several hundred thousand insertions into a database on a daily basis. I would prefer this took minutes rather than hours.
SQLiteCpp very slow access of multiple rows
I am experiencing an issue with SQLite or the way I have written my code that makes access to multiple rows very slow.