Files
Xen-Orchestra-xen-orchestra…/packages
Florent BEAUCHAMP b32fd39c19 fix(qcow2): improve qcow2 stream index computation (used for backup/replication and export) (#10333)
* feat(qcow2): improve generation speed

the idea is to build a bit index of the clusters to store them efficiently instead
of going through all the possible blocks 3 times at different phases of the generation.
The memory consumption is 2MB/TB of disk

this index generation can still be quite long , so we use setImmediate from
time to time to le the rest of the nodejs event loop run

also make this index phase abortable
2026-09-10 13:49:32 +02:00
..
2026-07-29 15:30:14 +02:00
2026-08-25 16:19:35 +02:00
2026-08-25 16:19:35 +02:00
2026-06-17 10:02:00 +02:00