Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
The transfer of segments between different persistence types when using oak-run segment-copy can be sped up by employing multiple threads in the transfer. The idea is to try to load n segments from the source, which are then consumed by the writer on the target, keeping the ordering of the segments in the process.