Merge pull request #3006 from aawsome/new-rebuild-index

Reimplement rebuild-index and remove /internal/index
This commit is contained in:
Alexander Neumann
2020-11-15 17:48:43 +01:00
committed by GitHub
11 changed files with 280 additions and 972 deletions

View File

@@ -0,0 +1,9 @@
Enhancement: Speed up rebuild-index
We've optimized the command rebuild-index. Now, existing index entries are used
to minimize the number of pack files that must be read. This speeds up the index
rebuild a lot.
Also the option --read-all-packs was added which implements the previous behavior.
https://github.com/restic/restic/issue/2547
https://github.com/restic/restic/pull/3006