On 5 Dec 2016, at 9:26pm, Scott Hess <sh...@google.com> wrote:

> An obvious solution would be to simply not call sqlite3_close(),
> though that has various other unfortunate side effects.

Yeah.  Don’t do that, eh ?

What you’re actually trying to do is disable/delay fsync() for a time for a 
particular storage device.  Can that not be done at device-driver level ?  It 
would then affect all the programs writing "I just quit" to their log files 
too, which would be an additional benefit.

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

Reply via email to