Author: dmeil
Date: Thu Feb 9 19:56:40 2012
New Revision: 1242494
URL: http://svn.apache.org/viewvc?rev=1242494&view=rev
Log:
hbase-5367 book.xml - this time, really fixing the default compaction.min.size
Modified:
hbase/trunk/src/docbkx/book.xml
Modified: hbase/trunk/src/docbkx/book.xml
URL:
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1242494&r1=1242493&r2=1242494&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Thu Feb 9 19:56:40 2012
@@ -2171,7 +2171,7 @@ myHtd.setValue(HTableDescriptor.SPLIT_PO
<listitem><code>hbase.hstore.compaction.max</code> (files) Maximum
number of StoreFiles to compact per minor compaction (default 10).</listitem>
<listitem><code>hbase.hstore.compaction.min.size</code> (bytes)
Any StoreFile smaller than this setting with automatically be a
candidate for compaction. Defaults to
- <code>hbase.hregion.memstore.flush.size</code> (64 mb). </listitem>
+ <code>hbase.hregion.memstore.flush.size</code> (128 mb).
</listitem>
<listitem><code>hbase.hstore.compaction.max.size</code> (.92)
(bytes)
Any StoreFile larger than this setting with automatically be
excluded from compaction (default Long.MAX_VALUE). </listitem>
</itemizedlist>