On Wed, Mar 08, 2006 at 03:09:15PM -0800, [EMAIL PROTECTED] wrote: [...] > One question though: are the file access "sorted", so that seeks are > minimised when performing a transaction (making the assumption that the file > is not fragmented on disk)?
I assume you tried your tests with "PRAGMA synchronous = OFF;"? And I presume you're aware, that this pragma is risky in the face of os crashes and power failures. Elrond