You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/01/31 18:51:03 UTC

svn commit: r803664 - in /websites/production/accumulo: ./ content/accumulo/example/wikisearch.html

Author: billie
Date: Tue Jan 31 17:51:03 2012
New Revision: 803664

Log:
Publishing merge to accumulo site by billie

Modified:
    websites/production/accumulo/   (props changed)
    websites/production/accumulo/content/accumulo/example/wikisearch.html

Propchange: websites/production/accumulo/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jan 31 17:51:03 2012
@@ -1 +1 @@
-/websites/staging/accumulo/trunk:797863-803591
+/websites/staging/accumulo/trunk:797863-803663

Modified: websites/production/accumulo/content/accumulo/example/wikisearch.html
==============================================================================
--- websites/production/accumulo/content/accumulo/example/wikisearch.html (original)
+++ websites/production/accumulo/content/accumulo/example/wikisearch.html Tue Jan 31 17:51:03 2012
@@ -102,6 +102,10 @@
 <li>Custom load balancing, which ensures that a table is evenly distributed on all region servers</li>
 </ol>
 <p>In the example, Accumulo tracks the cardinality of all terms as elements are ingested.  If the cardinality is small enough, it will track the set of documents by term directly.  For example:</p>
+<style type="text/css">
+table td,th {padding-right: 10px;}
+</style>
+
 <table>
 <tr>
 <th>Row (word)</th>
@@ -333,7 +337,7 @@ For comparison, these are the cold start
 <td>8.13
 </table>
 
-<p>Random Query Load</p>
+<h3 id="random_query_load">Random Query Load</h3>
 <p>Random queries were generated using common english words.  A uniform random sample of 3 to 5 words taken from the 10000 most common words in the Project Gutenberg's online text collection were joined with “and”.  Words containing anything other than letters (such as contractions) were not used.  A client was started simultaneously on each of the 10 servers and each ran 100 random queries (1000 queries total).</p>
 <table>
 <tr>
@@ -353,7 +357,7 @@ For comparison, these are the cold start
 <td>275655
 </table>
 
-<p>Query Load During Ingest</p>
+<h3 id="query_load_during_ingest">Query Load During Ingest</h3>
 <p>The English wikipedia data was re-ingested on top of the existing, compacted data. The following  query samples were taken in 5 minute intervals while ingesting 132 articles/second:</p>
 <table>
 <tr>