Skip to content

support for large atomic data values exceeding 16MB e.g., images #73

@craigmcchesney

Description

@craigmcchesney

Consider using external values collection for chunked / segmented large values, or externalize data to hdf5 or some type of file. Research shows that MongoDB's GridFS mechanism might be the way to go, the whole point is storage of large data values. See comment below with additional details. High-level design would be to modify backend handling for SerializedDataColumn to store values larger than the 16MB threshold in a GridFS collection, with a GridFS location identifier in the corresponding DataBucket pointing to the externalized value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions