RSQLite icon indicating copy to clipboard operation
RSQLite copied to clipboard

Avoid copies when reading/writing blobs

Open krlmlr opened this issue 9 years ago • 1 comments

  • [ ] For reading: Use streaming API
  • [ ] For writing: Keep a local handle to the RAW object and use SQLITE_STATIC instead of SQLITE_TRANSIENT

krlmlr avatar Oct 07 '16 08:10 krlmlr

Need to measure performance impact first.

krlmlr avatar Apr 04 '17 20:04 krlmlr