Replies: 1 comment 1 reply
|
I'd keep files that size out of the row. Turso has no incremental blob I/O yet. Every Cleaner shape: keep the metadata in Turso and store the actual bytes outside it (object storage or the filesystem), with a If everything genuinely has to live in the DB for sync to cover it, chunk each file into fixed-size rows (say 1–4MB each, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Have there been any benchmarks or is there any insight on using turso with file storage?
We would like to store files of size 1 MB to around 500 MB (as a BLOB) along with the metadata etc. in the same row. The reason behind this is having everything in one place and available through sync.
Is this advisable?
Or if not, what is the best way to store the metadata with turso and properly sync files that turso may reference (an id or path entry in column)?
All reactions