summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dev@c21308d8de79665e508a8f95f6f68ef82d56f698 <dev@web>2015-06-16 22:43:15 +0000
committerGravatar admin <admin@branchable.com>2015-06-16 22:43:15 +0000
commit0e1c2100529da0643050a2119f27aba14008570b (patch)
treec8a4560e3c06b1b467e8902428c343c68eed454d
parent4254d0a175db2f65a65cf5bbc7d7926f79ca73aa (diff)
-rw-r--r--doc/forum/Handling_a_large_number_of_files.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/Handling_a_large_number_of_files.mdwn b/doc/forum/Handling_a_large_number_of_files.mdwn
new file mode 100644
index 000000000..ccf8360a5
--- /dev/null
+++ b/doc/forum/Handling_a_large_number_of_files.mdwn
@@ -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