On Wed, Jan 16, 2013 at 8:36 AM, Jason Taylor <jdt...@live.com> wrote:

>
> If 'journal_mode' is set to 'memory' or to 'off' it seems like sqlite
> still synchs the main database file to disk on commit, unless you also set
> 'synchronous' to 'off'. This is arguably a bug since at this point the
> fsyncs buy you nothing except lost performance.
>

I think the fsyncs get you Durability.


>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to