From 35afd58a76f1c1da9a4c82c8370879382c0df029 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Mon, 14 Jun 2021 16:00:44 +0000 Subject: [PATCH] Added a comment: git-annex-add slowdown --- ..._26_cb64b1798af6ad507ce4a4196e9c5b1d._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/significant_performance_regression_impacting_datal/comment_26_cb64b1798af6ad507ce4a4196e9c5b1d._comment diff --git a/doc/bugs/significant_performance_regression_impacting_datal/comment_26_cb64b1798af6ad507ce4a4196e9c5b1d._comment b/doc/bugs/significant_performance_regression_impacting_datal/comment_26_cb64b1798af6ad507ce4a4196e9c5b1d._comment new file mode 100644 index 0000000000..c209d0628d --- /dev/null +++ b/doc/bugs/significant_performance_regression_impacting_datal/comment_26_cb64b1798af6ad507ce4a4196e9c5b1d._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="git-annex-add slowdown" + date="2021-06-14T16:00:44Z" + content=""" +> git-annex add looking to see what other annexed files use the same content, so that it can populate any unlocked files that didn't have the content present before + +Could this be skipped if `annex.supportunlocked=false`? + +>The file contents all being the same is the crucial thing + +One not-quite-edge case where that happens is when empty files are used as placedholders for outputs of failed steps throughout a large workflow. + + +"""]] -- 2.30.2