[EMAIL PROTECTED] wrote:
Great...can you tell me if there will be any increased technical specs???
Ver 3.0 will have a 64-bit ROWID, what about:
        - page size

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


- max table rows

2^64


- max database size

2^32 pages.


The current implementation does not do well with
databases over a few dozen GB.  But a backwards-
compatible fix for that is possible with future
releases.

- 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.

- any other tech limitations info...



--
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