From 4cec7e236a504c4665ed0ed19d3d4fd02bb95829 Mon Sep 17 00:00:00 2001 From: Matthew Dawson Date: Fri, 12 Jan 2018 01:37:33 -0500 Subject: [PATCH] Add Changelog --- changelog/0.8.2/pull-1549 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/0.8.2/pull-1549 diff --git a/changelog/0.8.2/pull-1549 b/changelog/0.8.2/pull-1549 new file mode 100644 index 000000000..b337facd3 --- /dev/null +++ b/changelog/0.8.2/pull-1549 @@ -0,0 +1,9 @@ +Enhancement: Speed up querying across indices and scanning existing files + +This change increases the whenever a blob (part of a file) is searched for in a +restic repository. This will reduce cpu usage some when backing up files already +backed up by restic. Cpu usage is further decreased when scanning files. + +https://github.com/restic/restic/issues/1234 +https://github.com/restic/restic/pull/55555 +https://forum.restic/.net/foo/bar/baz