Skip to content
This repository was 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

@jeffreyliu

Description

@jeffreyliu

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions