mirror of
https://github.com/octoleo/restic.git
synced 2025-01-02 22:50:19 +00:00
Add changelog
This commit is contained in:
parent
34b6130a0e
commit
5cd40f8b58
@ -1,4 +1,4 @@
|
|||||||
Enhancement: Parallelize reading of snapshots
|
Enhancement: Parallelize reading of locks and snapshots
|
||||||
|
|
||||||
Restic used to read snapshots sequentially. For repositories containing
|
Restic used to read snapshots sequentially. For repositories containing
|
||||||
many snapshots this slowed down commands which have to read all snapshots.
|
many snapshots this slowed down commands which have to read all snapshots.
|
||||||
@ -6,4 +6,7 @@ Now the reading of snapshots is parallelized. This speeds up for example
|
|||||||
`prune`, `backup` and other commands that search for snapshots with certain
|
`prune`, `backup` and other commands that search for snapshots with certain
|
||||||
properties or which have to find the `latest` snapshot.
|
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/3130
|
||||||
|
https://github.com/restic/restic/pull/3174
|
||||||
|
Loading…
Reference in New Issue
Block a user