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.
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.