Comment 8 for bug 639737

Revision history for this message
Seif Lotfy (seif) wrote :

After reading through again and again I think we should go with:

* locking_mode = EXCLUSIVE ==> look at mikkels explanation
* synchronous = NORMAL ==> again this seems very reasonable since according to the sqlite guys the chances are near 0 that something wrong could happen there.
* journal_mode = WAL ==> please read http://www.sqlite.org/wal.html it shows the advantages and disadvantages where I think we are not really targeted by the disadvantages.