D. Richard Hipp wrote:
On Wed, 2005-05-04 at 23:31 -0400, Henrik Bruun wrote:

Does Sqlite support reading/writing BLOB data in chunks? I'm considering storing very large items (200MB+) in BLOB fields.



With SQLite, the entire BLOB must be read or written all
at once.  There is no limit on the size of BLOBs.  (The

I was under the impression that there was a row size limit of 1 MB. Saw this in documentation somewhere.

Was that limit removed?

Regards,
Kervin

Reply via email to