Hello,

On May 14, 2008, at 7:17 PM, D. Richard Hipp wrote:

> There is also a new *experimental* PRAGMA called  "journal_mode"  
> which can provide performance improvements under some  circumstances.

I'm trying the new journal_mode pragma:

% uname -v
Darwin Kernel Version 9.2.2; root:xnu-1228.4.31~1/RELEASE_I386

% sqlite3 -version
3.5.9

pragma journal_mode = off

But this doesn't seem to have the expected effect as a '-journal' file  
is still created.

Did I misunderstood what 'journal_mode = off' is meant to do, e.g. not  
creating a journal file in the first place?

Thanks in advance.

Kind regards,

--
PA.
http://alt.textdrive.com/nanoki/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to