This commit is contained in:
dev@c21308d8de79665e508a8f95f6f68ef82d56f698 2015-06-16 22:43:15 +00:00 committed by admin
parent da60a29e56
commit 0c69e6055d

View file

@ -0,0 +1,3 @@
I have noticed performance getting really slow when adding files (git annex add . ) to a directory already containing several hundred thousand files. When using git annex, is it more recommended to split large numbers of files into multiple directories containing fewer files? Is there a particular recommended way of handling large numbers of files (say getting into the millions) in git annex?
Thanks