Hi all,

I'm on a Mac, OX 10.4.1, and Sqlite works great, except.... it seems to be defaulting to PRAGMA SYNCHRONOUS=FULL (3) instead of "NORMAL" (2). This is painfully slow. While I can send 'set pragma synchronous=normal' at every write, this seems strange. How do i change this at the compile/configure stage? I attempted look at the source code but couldn't find figure it out. The installation guide didn't seem to have this parameter either. Any clues?

thanks,

--nickg

Reply via email to