summaryrefslogtreecommitdiff
path: root/doc/bugs/__34__Adding_4923_files__34___is_really_slow
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-07-26 22:28:37 +0000
committerGravatar admin <admin@branchable.com>2013-07-26 22:28:37 +0000
commit90e1fd87647026a5f73ce270435b1dd8c279678e (patch)
treef0b050e2619f3ac69c336343c85c6882d0096509 /doc/bugs/__34__Adding_4923_files__34___is_really_slow
parentd66326495c94d3fe59712426a206f29a1d67f335 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/__34__Adding_4923_files__34___is_really_slow')
-rw-r--r--doc/bugs/__34__Adding_4923_files__34___is_really_slow/comment_4_7e768908ba6983ea13af27635c4a947f._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/__34__Adding_4923_files__34___is_really_slow/comment_4_7e768908ba6983ea13af27635c4a947f._comment b/doc/bugs/__34__Adding_4923_files__34___is_really_slow/comment_4_7e768908ba6983ea13af27635c4a947f._comment
new file mode 100644
index 000000000..0971f1c34
--- /dev/null
+++ b/doc/bugs/__34__Adding_4923_files__34___is_really_slow/comment_4_7e768908ba6983ea13af27635c4a947f._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.152.246.110"
+ subject="comment 4"
+ date="2013-07-26T22:28:37Z"
+ content="""
+Did some playing around, and I am seeing a progressive slowdown when adding lots of identical files in direct mode.
+This does not happen when the files have different content, and thinking about it, it's pretty clear what's going on:
+
+When there are a ton of files with the same content, the map file that has to list all the files using this content
+get larger and larger. Each file added has to read and re-write the map file, which is obviously not going to scale well to thousands of duplicate files.
+"""]]