-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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