On 14 Jan 2015, at 3:36pm, Jan Slodicka <[email protected]> wrote: > - WAL log size 7.490 GB
Please repeat your tests but as the first command after opening your database file issue PRAGMA journal_size_limit = 1000000 With this change the WAL file may still grow to 7 GB while that particular transaction is being executed but should be reduced in size after the transaction is completed. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

