You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/09/25 11:34:57 UTC

svn commit: r1175350 - /incubator/jena/Scratch/PC/tdbloader2/trunk/TODO

Author: castagna
Date: Sun Sep 25 09:34:56 2011
New Revision: 1175350

URL: http://svn.apache.org/viewvc?rev=1175350&view=rev
Log: (empty)

Modified:
    incubator/jena/Scratch/PC/tdbloader2/trunk/TODO

Modified: incubator/jena/Scratch/PC/tdbloader2/trunk/TODO
URL: http://svn.apache.org/viewvc/incubator/jena/Scratch/PC/tdbloader2/trunk/TODO?rev=1175350&r1=1175349&r2=1175350&view=diff
==============================================================================
--- incubator/jena/Scratch/PC/tdbloader2/trunk/TODO (original)
+++ incubator/jena/Scratch/PC/tdbloader2/trunk/TODO Sun Sep 25 09:34:56 2011
@@ -4,7 +4,8 @@ TODO
  - Support N3, TURTLE, RDF/XML, etc... not only N-Triples | N-Quads.
 
  - A better SpillSortIterator when there are many files. (Also, make sure
-   to avoid many open files...)
+   to avoid many open files...). See the preMerge() method here:
+   https://svn.apache.org/repos/asf/pig/trunk/src/org/apache/pig/data/SortedDataBag.java
 
  - Use ThresholdPolicyMemory instead of ThresholdPolicyCount (this needs
    to bites estimates).