summaryrefslogtreecommitdiff
path: root/doc/bugs/Stress_test
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-24 13:28:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-24 13:28:05 -0400
commitc7f3bfbc5e25109629cb3df871dc1f4844f6c560 (patch)
tree1909eda320ee69188d49d985ac2f6a3ffea71e2e /doc/bugs/Stress_test
parent7c1d5c04acf0a22a375647a183b7726ab1a41c21 (diff)
parent0c522e866df184653c6228e2a57a6db33825a0ea (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/Stress_test')
-rw-r--r--doc/bugs/Stress_test/comment_6_1371562e201393986cd41597f6f288cb._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Stress_test/comment_6_1371562e201393986cd41597f6f288cb._comment b/doc/bugs/Stress_test/comment_6_1371562e201393986cd41597f6f288cb._comment
new file mode 100644
index 000000000..26f14ef09
--- /dev/null
+++ b/doc/bugs/Stress_test/comment_6_1371562e201393986cd41597f6f288cb._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ nickname="joey"
+ subject="comment 6"
+ date="2013-04-24T17:26:39Z"
+ content="""
+I put in a further change to reduce the number of alerts shown in the webapp when bulk adding files. This probably quadrupled the speed or more, even when the webapp was not running, as updating an alert every time a file was added was a lot of unnecessary work.
+
+After these changes, it adds the first 10 thousand files in 35 minutes, on my five year old netbook. It should scale linear
+(aside from git's own scalability issues with a lot of files, which I don't think are very bad under 1 million files),
+so adding all 100 thousand files should take 6 hours or so.
+
+I'm interested to see what results you get, compared with before..
+"""]]