You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/03/16 12:42:23 UTC

svn commit: r1666969 - /subversion/branches/1.9.x/STATUS

Author: rhuijben
Date: Mon Mar 16 11:42:22 2015
New Revision: 1666969

URL: http://svn.apache.org/r1666969
Log:
* STATUS: Nominate r1666965.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1666969&r1=1666968&r2=1666969&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Mon Mar 16 11:42:22 2015
@@ -176,6 +176,27 @@ Other candidate changes:
    Votes:
      +1: rhuijben
 
+ * r1666965
+   Reduce 'the lag' of the first svn log results over mod_dav.
+   Justification:
+     A slow svn log makes users call Subversion slow. This fixes the
+     perceived performance problem by no longer optimizing just for
+     obtaining all the results fast, but also for obtaining the first
+     result fast.
+     .
+     Just the perceived slowness of common svn log operations might
+     make users switch to a DVCS, while this slowness is just a buffering
+     to make the total set of results come in faster. But I don't think
+     there are that many users that really wait for all results of
+     .
+     $ svn log -q ^/subversion/trunk
+     .
+     This currently takes > 10 seconds before the first result using
+     the EU mirror for me. With --limit 1 (best comparison with post-patch)
+     that would be 0.2 seconds.
+   Votes:
+     +1: rhuijben
+
 Veto-blocked changes:
 =====================