Open presidento opened 1 year ago
Can you show some benchmarks with sqlitedict code?
I can point out the related parts of the linked code.
Bechmark parts:
They are executed against many persitent dict implementation. The SqliteDict related parts:
The result of the benchmarks are on the linked comment.
According to my measurements, the WAL journal mode has even better performance than batch update with autocommit=False. If you agree, it can be mentioned in the documentation...