On Sun, Jan 19, 2014 at 10:59 PM, Mario M. Westphal <m...@mwlabs.de> wrote:

> If I set wal_autocheckpoint=10000, I will get 1/10 of the synchs and WAL
> file of about 10 MB, correct?


http://www.sqlite.org/pragma.html#pragma_wal_autocheckpoint states it's a
page count, so that depends on
http://www.sqlite.org/pragma.html#pragma_page_size

With a 1KB page size, sure, that's 10MB. --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to