On Mon, Dec 16, 2013 at 10:12 AM, Cameron Simpson <c...@zip.com.au> wrote:
>   + traditionally, sqlite is extreme fsync() happy; forces a disc
>     level flush on each commit - extremely slow on busy databases,
>     not to mention hard of drives

I'd say that's correct behaviour. A commit should be sync'd to disk.
If you don't want it to go to the disk yet, don't commit yet!

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to