Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

addFile's implementation is subject to sqlite's per-row size limit #12

Open
jeffreyliu opened this issue Oct 26, 2017 · 0 comments
Open

Comments

@jeffreyliu
Copy link
Collaborator

Since addFile is just storing in the sqlite db as a BLOB object, it's subject to the default limit of ~1 Gb. To support larger files, we'd need to either separate the file in chunks, or use an alternate method of storing or uploading the files onto Data Together.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant