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/17 11:19:12 UTC

svn commit: r1667236 - /subversion/branches/1.8.x/STATUS

Author: rhuijben
Date: Tue Mar 17 10:19:11 2015
New Revision: 1667236

URL: http://svn.apache.org/r1667236
Log:
* STATUS: Add nomination.

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1667236&r1=1667235&r2=1667236&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue Mar 17 10:19:11 2015
@@ -147,6 +147,28 @@ Candidate changes:
    Votes:
      +1: rhuijben
 
+ * r1666965, r1667120
+   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 or implement a client side cache,
+     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 (After it has been approved for 1.9)
+
 Veto-blocked changes:
 =====================