Relative Content

Tag Archive for sqlitesqlite3-python

SQlite3 slow writes in WAL mode

I am trying to see the insert performance of SQLite3 for a large number of inserts, I read about WAL mode, and how it is better at concurrency but I cannot follow on the concurrency part or see a speed improvement.