From 2cd4a60d489ee1b20b983eef9a34b045e9b24056 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY" Date: Sun, 1 Feb 2015 02:58:26 +0000 Subject: Added a comment: annex.tune.objecthashlower=true is not just "lower" letters used but a different strategy altogether --- .../comment_1_f8af8e9b696d32d238ebd56a3b8058c4._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/tuning/comment_1_f8af8e9b696d32d238ebd56a3b8058c4._comment diff --git a/doc/tuning/comment_1_f8af8e9b696d32d238ebd56a3b8058c4._comment b/doc/tuning/comment_1_f8af8e9b696d32d238ebd56a3b8058c4._comment new file mode 100644 index 000000000..92a26fb1d --- /dev/null +++ b/doc/tuning/comment_1_f8af8e9b696d32d238ebd56a3b8058c4._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY" + nickname="Yaroslav" + subject="annex.tune.objecthashlower=true is not just "lower" letters used but a different strategy altogether" + date="2015-02-01T02:58:26Z" + content=""" +it starts to use 2 levels (even if annex.tune.objecthash1=true) of hash directories having 3 characters in the filename at each level. So it is not just \"taken existing hash directories (1 or 2 levels) and use their lower-case version. It is a different way to create the hash directories: + +e.g. one with objecthas1=true + +1 -> .git/annex/objects/qj/SHA256E-s6--ecdc5536f73bdae8816f0ea40726ef5e9b810d914493075903bb90623d97b1d8/SHA256E-s6--ecdc5536f73bdae8816f0ea40726ef5e9b810d914493075903bb90623d97b1d8 + +and if I provide all three options at once: + +1 -> .git/annex/objects/ccf/a40/SHA256E-s6--ecdc5536f73bdae8816f0ea40726ef5e9b810d914493075903bb90623d97b1d8/SHA256E-s6--ecdc5536f73bdae8816f0ea40726ef5e9b810d914493075903bb90623d97b1d8 + +"""]] -- cgit v1.2.3