Merge pull request #4796 from MichaelEischer/parallel-dump-load

dump: Parallelize loading large files
This commit is contained in:
Michael Eischer
2024-05-14 22:35:44 +02:00
committed by GitHub
5 changed files with 196 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Improve `dump` performance for large files
The `dump` command now retrieves the data chunks for a file in parallel. This
improves the download performance by up to the configured number of parallel
backend connections.
https://github.com/restic/restic/issues/3406
https://github.com/restic/restic/pull/4796