Skip to content

Persist new sia file format on disk

Christopher Schinnerl requested to merge sia-file-persist into unstable

This MR starts persisting the new file format to disk instead of using the old one. To keep this MR small, the chunks of the file are json encoded and will all be writen to disk every time a chunk changed.

Known limitations of this MR handled in follow-up MRs:

  • Timestamps are not updated yet.
  • chunks are stored as JSON and all chunks are always written to disk on every change.
  • old file format files are not loaded anymore. My suggestion is to hold off on that until !3187 (merged) is merged.
  • tiny file handling

Related to #2204 (closed)

Edited by Christopher Schinnerl

Merge request reports