Skip to content

Join or view over the same chunk across multiple sub-groups in DirectoryStore #736

Description

@sanjaysrikakulam

Hi,

Is it possible to create a view or join multiple 1D arrays stored as a separate sub-group in a DirectoryStore?

Scenario:
I generate 200K bloom filters (1D bool NumPy array for example) and store each bloom filter as a separate sub-group (under the main group/dataset named BloomFilters) and each of these bloom filters is stored as a single column in each sub-group. So is it possible to create a view across a chunk (for example, the row chunk size is a million) of all sub-groups?

Note: Each sub-group or bloom filter will be created in parallel and will be written as a sub-group under the main group/dataset in parallel and all of the sub-groups will have the same dimensions.

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