You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/08/04 04:49:54 UTC

svn commit: r1153733 - /lucene/dev/branches/blocktree_3030/TODO

Author: rmuir
Date: Thu Aug  4 02:49:53 2011
New Revision: 1153733

URL: http://svn.apache.org/viewvc?rev=1153733&view=rev
Log:
add my luceneutil indexing times

Modified:
    lucene/dev/branches/blocktree_3030/TODO

Modified: lucene/dev/branches/blocktree_3030/TODO
URL: http://svn.apache.org/viewvc/lucene/dev/branches/blocktree_3030/TODO?rev=1153733&r1=1153732&r2=1153733&view=diff
==============================================================================
--- lucene/dev/branches/blocktree_3030/TODO (original)
+++ lucene/dev/branches/blocktree_3030/TODO Thu Aug  4 02:49:53 2011
@@ -1,7 +1,17 @@
 
 perf tests:
   - GRRR -- indexing MUCH slower now?
+    trunk:
+      Indexer: finished (960889 msec)
+      Indexer: net bytes indexed 9635556306
+      Indexer: 33.62065752061142 GB/hour plain text
+    branch:
+      Indexer: finished (1048065 msec)
+      Indexer: net bytes indexed 9635556306
+      Indexer: 30.824156883707392 GB/hour plain text
+
   - make sure perf isn't (much?) worse if codec doesn't implement intersect, compared to today!!
+    -- benchmark preflex
   - test perf on single seg index too!
   - try *larger* maxItemsInBlock: could give better net perf?  ie less seeking and more scanning
   - run fuzzy q under profiler