Added a comment: git-annex-add slowdown
authorIlya_Shlyakhter <Ilya_Shlyakhter@web>
Mon, 14 Jun 2021 16:00:44 +0000 (16:00 +0000)
committeradmin <admin@branchable.com>
Mon, 14 Jun 2021 16:00:44 +0000 (16:00 +0000)
doc/bugs/significant_performance_regression_impacting_datal/comment_26_cb64b1798af6ad507ce4a4196e9c5b1d._comment [new file with mode: 0644]

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 (file)
index 0000000..c209d06
--- /dev/null
@@ -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.
+
+
+"""]]