Re: [sqlite] Minimum write size on disk

2008-11-07 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > The atomic write size on the system file hosting my database is limited by > design to 32Kbyte. I want to verify that SQLite will never write more than > this amount. You can make your own VFS where you can return the atomic

[sqlite] Minimum write size on disk

2008-11-07 Thread vlemaire
Hello, The atomic write size on the system file hosting my database is limited by design to 32Kbyte. I want to verify that SQLite will never write more than this amount. When I say "atomic write" it concerns calls to the pwrite function of standard library, with buffer size parameter set to up to