Skip to content

Storage option that supports concurrent writes to a single local file? #3525

@5xx7xx

Description

@5xx7xx

I'm running into an issue where there doesn't seem to be a storage option in Zarr 3 that would let me write to different chunks in the same array concurrently and have them be contained in one local file. ZipStore doesn't support concurrent writes, a LocalStore becomes really unwieldy with many chunks, manually zipping such a LocalStore after writing takes really long and doubles needed storage space, and a bunch of other store types that supported concurrency were removed in the move from v2 to v3. I feel like I must be missing something here and there is a way to do this, because I thought concurrency was a focus in Zarr.

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