Skip to content

Uploads buffer whole files in memory; dataset upload duplicates upload #24

Description

@nijoe1

upload reads the entire file with readFile before storing, and multi-upload buffers the whole batch — peak memory scales with upload size, which breaks large uploads and batch runs. Files should stream to the provider, with only stat sizes read up front for prepare().

Separately, dataset upload <path> <providerId> duplicates what upload already does (auto-creates a dataset) through a lower-level path with a worse interface. Remove it (breaking change).

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