hdf5 should write sequentially not rewrite upon every peridoc save #33

Closed
opened 2026-07-09 12:52:09 +00:00 by markusro · 0 comments
Owner

Current implementation writes complete file periodically. This is find for smaller files but does not scale to files with lots of data, i.e. FC data or 2D experiments.
The saveng should be incremental, only changed data needs to be (re)written.

Current implementation writes complete file periodically. This is find for smaller files but does not scale to files with lots of data, i.e. FC data or 2D experiments. The saveng should be incremental, only changed data needs to be (re)written.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: IPKM/python3-damaris#33