You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/09/10 00:05:10 UTC

svn commit: r1167373 - /incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt

Author: andy
Date: Fri Sep  9 22:05:09 2011
New Revision: 1167373

URL: http://svn.apache.org/viewvc?rev=1167373&view=rev
Log:
JENA-44, JENA-45 notes

Modified:
    incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt

Modified: incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt?rev=1167373&r1=1167372&r2=1167373&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt (original)
+++ incubator/jena/Jena2/ARQ/trunk/ChangeLog.txt Fri Sep  9 22:05:09 2011
@@ -3,6 +3,9 @@ ChangeLog for ARQ
 
 ==== ARQ 2.8.9
 
+
++ Spill to disk update (enable with ARQ.spillOnDiskUpdateThreshold) (JENA-45)
++ External sort (enable with ARQ.spillOnDiskSortingThreshold) (JENA-44) 
 + Remove RDQL from ARQ (code in Archive/ in SVN -- will not be updated) 
 + ResultSetUtils.union(ResultSet ... sets)
 + Add optimization for DISTINCT/ORDER BY/LIMIT N (JENA-108)