luispedro / waldo

Waldo Project
MIT License
2 stars 3 forks source link

Use PRAGMA SYNCHRONOUS = OFF in sqlite #66

Closed luispedro closed 13 years ago

luispedro commented 14 years ago

This makes sqlite go very fast for insertions (at the cost of ACID loss).

Use this and frequent session.commit() instead of the current system for achieving the same effect.

Preferably, this should be configurable or a command line parameter.

luispedro commented 13 years ago

done.