From 74a36b826291b58ce4c39b8d5f5ec1088ac0c661 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 Aug 2019 12:36:06 -0400 Subject: [PATCH] comment --- ...t_6_a6945345a752b166dc683484d80dfcc2._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/todo/borg_special_remote/comment_6_a6945345a752b166dc683484d80dfcc2._comment diff --git a/doc/todo/borg_special_remote/comment_6_a6945345a752b166dc683484d80dfcc2._comment b/doc/todo/borg_special_remote/comment_6_a6945345a752b166dc683484d80dfcc2._comment new file mode 100644 index 0000000000..80bed89d70 --- /dev/null +++ b/doc/todo/borg_special_remote/comment_6_a6945345a752b166dc683484d80dfcc2._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2019-08-01T16:34:22Z" + content=""" +I made a restic repo with 2000 single-file snapshots. +Adding the first snapshot took 0.55s. Adding the 2000th +snapshot took 1.10s. + +So that's a very big scalability problem with using restic with single-file +snapshots. + +2000 files in a directory is not going to cause that kind of slowdown; +my guess is restic needs to load all past snapshots, or something like +that. +"""]]