From ffb03cc95973e56427664c5d2550da621eddb05b Mon Sep 17 00:00:00 2001 From: Lukey Date: Wed, 1 Jul 2020 14:32:12 +0000 Subject: [PATCH] Added a comment --- ...mment_3_c4a3d92d6467dcd1c735f27f51fa0b35._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/speed_up_git_annex_sync_--content_--all/comment_3_c4a3d92d6467dcd1c735f27f51fa0b35._comment diff --git a/doc/todo/speed_up_git_annex_sync_--content_--all/comment_3_c4a3d92d6467dcd1c735f27f51fa0b35._comment b/doc/todo/speed_up_git_annex_sync_--content_--all/comment_3_c4a3d92d6467dcd1c735f27f51fa0b35._comment new file mode 100644 index 0000000000..9d701031ed --- /dev/null +++ b/doc/todo/speed_up_git_annex_sync_--content_--all/comment_3_c4a3d92d6467dcd1c735f27f51fa0b35._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 3" + date="2020-07-01T14:32:11Z" + content=""" +All in all there are 258465 files on two branches (master (8921) and manyfiles (249544)) and about as many keys. I mostly work on the master branch (The manyfiles branch is more or less an archive), so the two passes are not an problem (yet). + +Regarding \"git cat-file --batch-all-objects --unordered\", the blob can be mapped back to the key by the objectname and \"git ls-tree -r git-annex\". + +For reference: \"time git cat-file --batch --batch-all-objects --unordered --buffer > /dev/zero\" takes 40 seconds on my repo. +"""]]