From fa50b31ea571667214a5ba8f54e157f35c4b0e7f Mon Sep 17 00:00:00 2001 From: codelix Date: Thu, 21 May 2020 16:42:58 +0000 Subject: [PATCH] --- doc/forum/Performance_of_V6__44___V7__44___V8_repos.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Performance_of_V6__44___V7__44___V8_repos.mdwn diff --git a/doc/forum/Performance_of_V6__44___V7__44___V8_repos.mdwn b/doc/forum/Performance_of_V6__44___V7__44___V8_repos.mdwn new file mode 100644 index 0000000000..0566f53f42 --- /dev/null +++ b/doc/forum/Performance_of_V6__44___V7__44___V8_repos.mdwn @@ -0,0 +1,8 @@ +Hey folks (and Joey), I am trying to understand the performance impact of changes in v6 -> v7 -> v8 mode. Apologies since I haven't kept up with the changes (was using older version for quite a bit) and some of these might already be well documented/known. + +Essentially, back in v6 and earlier, I was pretty happy with the design idea the git annex doesn't use smudge/clean filters since their performance is far from ideal. However, I see that in newer versions of repos, this has become more of a thing. I have read a few docs (https://git-annex.branchable.com/todo/git_smudge_clean_interface_suboptiomal/, https://git-annex.branchable.com/todo/only_pass_unlocked_files_through_the_clean__47__smudge_filter/) but there's still a few thing I don't understand. + +1) Are smudge/clean filter used all the time now? Does this mean that we are taking a performance hit compared to older git annex versions? +2) Can someone explain when smudge/clean filters get used? Is it only in repos that use unlock/adjust? I don't use either of them, and would love to know if these are being used unnecessarily. + +Thanks in advance!