Consider adding support for different drivers in HDF5IO
#75
Labels
category: proposal
proposed enhancements or new features
priority: low
alternative solution already working and/or relevant to only specific user(s)
Milestone
HDF5 supports a range of different "drivers" to store a "file" in different ways on disk https://docs.hdfgroup.org/hdf5/v1_14/_h5_f__u_g.html#title11 For AqNWB, drivers to split data across files could potentially be of interest, e.g.,
family
,split
andmulti
dirverfamily
: Split into sub-files based on size thresholdFor very large recordings, the
family
driver in HDF5 could be useful. The driver automatically splits a file into subfiles based on user-defined size threshold. E.g.,:Write:
Read:
The text was updated successfully, but these errors were encountered: