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. +"""]]