-
Notifications
You must be signed in to change notification settings - Fork 12
archivist support of other archive formats #787
Description
Hi there,
We are using the older archive special remote, and I am thinking about migrating to archivist.
However, we are currently using 7zip with solid mode off with the idea to enable "fast" random access in the archive, even with compression, though with a penalty with solid-mode=off.
My understanding is that archivist would be able to do such random access, while the archive special remote was not (fully un-archive in cache)
Would you be willing to accept a PR for new p7zip backend for archivist?
That question comes from stumbling on https://hub.trr379.de/q02/dicom-utilities/src/branch/trunk/dataladify_dicom_dataset.py ( @mslw can't comment on the repo).
How scalable is that? We have a similar approach but with the older archive backend, and we hit perf issues with a GE scanner that generates 100k+ dicoms per session(single slice dicoms, multi-echo fMRI or DWI, mag+phase), while it works with the usual volumes of old-mosaic or enhanced Siemens dicoms.
Thanks!