mirror of
https://github.com/restic/restic.git
synced 2025-08-25 02:08:11 +00:00
Prepare changelog for 0.12.0
This commit is contained in:
13
changelog/0.12.0_2021-02-14/pull-3130
Normal file
13
changelog/0.12.0_2021-02-14/pull-3130
Normal file
@@ -0,0 +1,13 @@
|
||||
Enhancement: Parallelize reading of locks and snapshots
|
||||
|
||||
Restic used to read snapshots sequentially. For repositories containing
|
||||
many snapshots this slowed down commands which have to read all snapshots.
|
||||
|
||||
Now the reading of snapshots is parallelized. This speeds up for example
|
||||
`prune`, `backup` and other commands that search for snapshots with certain
|
||||
properties or which have to find the `latest` snapshot.
|
||||
|
||||
The speed up also applies to locks stored in the backup repository.
|
||||
|
||||
https://github.com/restic/restic/pull/3130
|
||||
https://github.com/restic/restic/pull/3174
|
Reference in New Issue
Block a user