On Wed, Jan 16, 2013 at 8:36 AM, Jason Taylor <[email protected]> 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 > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

