Shane Harrelson wrote: > To the original question though, with PRAGMA synchronous=OFF, SQLite will > NOT do explicit fsync()'s. A exception to this occurs with attached DB's > and a transaction; when the transaction is committed and the master journal > is deleted, SQLite fsyncs the directory that contained the journal to ensure > the delete is "flushed". The only way around this fsync() is to compile > with SQLITE_DISABLE_DIRSYNC. This might be changed in the future. >
Right. If the only time fsync would be called is... whatever that jargon is up there, then there should be a problem, since I don't think I'm using that. Thanks. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users