You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From @oruebel, should use the current testing files for consistency
Create paginated copies
Can use the very slow h5repack -i < input NWB file > -o < output NWB file > -S PAGE -G < page size in bytes, but forming whole MiB >
For page size matrix: 2, 4, 8, 16, 32 MiB
Test the read speed of entire file reading (opening) and streaming of contents from its series data
Page buffer and chunk cache
@oruebel Do you know the syntax for handling page buffer and chunk cache?
@rly suggested followup tests for this after page size experiments, but also points out that testing LINDI reading can simplify these aspects even more
The text was updated successfully, but these errors were encountered:
From meeting today
Pagination
From @oruebel, should use the current testing files for consistency
Create paginated copies
Can use the very slow
h5repack -i < input NWB file > -o < output NWB file > -S PAGE -G < page size in bytes, but forming whole MiB >
For page size matrix: 2, 4, 8, 16, 32 MiB
Test the read speed of entire file reading (opening) and streaming of contents from its series data
Page buffer and chunk cache
@oruebel Do you know the syntax for handling page buffer and chunk cache?
@rly suggested followup tests for this after page size experiments, but also points out that testing LINDI reading can simplify these aspects even more
The text was updated successfully, but these errors were encountered: