aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://joey.kitenet.net/ <joey@web>2011-07-19 11:50:41 -0400
committeradmin <admin@branchable.com>2011-07-19 11:50:41 -0400
commitb37c622355bc1591e8df65dd3581d68b569b3e38 (patch)
treecc0c2901764cc75c57a27578d1a0372fe2f1ebdd
parente04cb1ffd39f64c7f3216dcd6b7a69308754bef0 (diff)
downloadikiwiki-b37c622355bc1591e8df65dd3581d68b569b3e38.tar
ikiwiki-b37c622355bc1591e8df65dd3581d68b569b3e38.tar.gz
Added a comment
-rw-r--r--doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS/comment_1_9572dd6f7a2f6f630b12f24bb5c4a8ce._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS/comment_1_9572dd6f7a2f6f630b12f24bb5c4a8ce._comment b/doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS/comment_1_9572dd6f7a2f6f630b12f24bb5c4a8ce._comment
new file mode 100644
index 000000000..d9e974c8a
--- /dev/null
+++ b/doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS/comment_1_9572dd6f7a2f6f630b12f24bb5c4a8ce._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joey.kitenet.net/"
+ nickname="joey"
+ subject="comment 1"
+ date="2011-07-19T15:50:41Z"
+ content="""
+This is not done for reasons of speed. `rcs_getctime` is for many VCSs still slow, requiring a new svn or whatever to be forked off (and in the case of svn, possibly make a network connection). In the case where a commit comes in that adds multiple pages, that would be a lot of work. And for the VCSs where it's not slow, it manages to not be slow by optimising for the case where *all* the times for all pages are looked up in one go .. which is still rather a lot to do when only a single new page has been added. So we lose either way, and it's not suitable for being run all the time, unfortunately.
+"""]]