OK, I'll bite: How do we get SQLite ver 4? Is there a CVS Tag I am missing?
Good work by the way! Christian Werner -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 9:33 AM To: sqlite-users@sqlite.org Subject: Re: AW: [sqlite] Direct use of SQLite btree functions / performance [EMAIL PROTECTED] wrote: > Maybe I'm missing something here, but there should be an interface to page a blob into memory. Especially for large blobs, this would make sense to me to not load them into memory at once. > > If sqlite doesn't provide this already, it would probably make a lot of sense to include this functionality or to propagate it to the SQL layer. > The current SQLite file format precludes this. If you want to be able to page-read BLOBs, that would require SQLite version 4. -- D. Richard Hipp <[EMAIL PROTECTED]>