On 14 Aug 2009, at 5:33pm, Angus March wrote:

> I want my INSERT done right away,

Then do not turn off synchronous !

> I just don't want it to be flushed
> from the filesystem's write-behind cache until the kernel decides, not
> when SQLite decides.

SQLite cannot control how your operating system handles its files.   
There are all sorts of reasons it might decide to flush that nothing  
else can control.  The results should not matter to you anyway.

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

Reply via email to