Storing files with Dexie Cloud #1590
Answered
by
dfahlander
michaelhue
asked this question in
Q&A
-
Hi! Is there anything one should be aware of when storing files/blobs with Dexie Cloud (performance, size limits, etc.)? |
Beta Was this translation helpful? Give feedback.
Answered by
dfahlander
Jun 30, 2022
Replies: 1 comment 1 reply
-
Thanks for a good question. Blobs are currently stored as base64 strings within a JSON field in the database. Right now we don't yet put any limitation on its size but may be having to do that unless we decide to store large blobs on alternative storage in a future version. I would currently not recommend storing larger blobs than 10 MB in dexie cloud. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
michaelhue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for a good question. Blobs are currently stored as base64 strings within a JSON field in the database. Right now we don't yet put any limitation on its size but may be having to do that unless we decide to store large blobs on alternative storage in a future version. I would currently not recommend storing larger blobs than 10 MB in dexie cloud.