On 11/30/07, Eduardo Morras <[EMAIL PROTECTED]> wrote: > e) I'm not sure, but using a journaling or softupdate enabled > filesystem should means you can disable syncronous pragma.
No; SQLite's synchronous code ensures data reaches disk intact and in proper order at specific times, regardless of system cache effects. The mechanism the filesystem uses to guarantee internal consistency doesn't affect that at all. It's not safe to disable synchronous. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------