Joel Rosdahl wrote:
"D. Richard Hipp" <[EMAIL PROTECTED]> writes:


[...]

- page size

512 to 64K selectable at compile-time. Default: 1K


[...]

- max blob size

Adjustable at compile-time up to 2^64 bytes. Performance for large BLOBs is not good and it is recommended that large BLOBs be stored in separate files. The default compile-time limit will be 1MB.


It would be nice to be able to define the above sizes at database
creation time instead of compile-time. My use case is that I would
like to link a program against a prebuilt libsqlite distributed by an
OS vendor, but I also want to increase both page size and max blob
size. (The program I have in mind is Monotone,
<http://www.venge.net/monotone/>.)


The underlying file format supports this but the feature will not be enabled in the first release. We have enough to do already.


-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to