-----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 size from
xDeviceCharacteristics and can monitor write sizes in xWrite, splitting
them into smaller pieces if necessary.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkUpuEACgkQmOOfHg372QQdHgCfVpZbN2g2xO7GEq2S/5SfyQa+
vMYAoMTt32nOmtSnXemSW3ukfDXIunE6
=IDer
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to