Does Sqlite support reading/writing BLOB data in chunks? I'm
considering storing very large items (200MB+) in BLOB fields. Many
other DB libraries have ways to access these large binary items in
blocks and I was hoping Sqlite had such a facility too. Any
recommendations on realistic row size limits? I have found some
messages indicating the need to modify the *.h files to support larger
row sizes, again any recommendations.
Henrik Bruun
- [sqlite] BLOB read/write in chunks? Henrik Bruun
- Re: [sqlite] BLOB read/write in chunks? Thomas Fjellstrom
- Re: [sqlite] BLOB read/write in chunks? D. Richard Hipp
- Re: [sqlite] BLOB read/write in chunks? Henrik Bruun
- Re: [sqlite] BLOB read/write in chunks? Henry Miller
- Re: [sqlite] BLOB read/write in chunks? Kervin L. Pierre
- Re: [sqlite] BLOB read/write in chunks? Patrick Dunnigan
- Re: [sqlite] BLOB read/write in chunks? D. Richard Hipp
- Re: [sqlite] BLOB read/write in chunks? Zrubavel Zodikovich