Message248945
SQLite supports incremental I/O to blobs, i.e. the capability to stream reads and writes to blobs without having to load the entire blob into memory first. See https://www.sqlite.org/c3ref/blob_open.html for more details on the C API.
It'd be nice if it were possible to do this in Python using sqlite3 (it is already possible with apsw). |
|
| Date |
User |
Action |
Args |
| 2015-08-21 08:05:22 | jim_minter | set | recipients:
+ jim_minter |
| 2015-08-21 08:05:21 | jim_minter | set | messageid: <1440144321.97.0.0781853247945.issue24905@psf.upfronthosting.co.za> |
| 2015-08-21 08:05:21 | jim_minter | link | issue24905 messages |
| 2015-08-21 08:05:21 | jim_minter | create | |
|