[book] book.xml, ops_mgt.xml additional clarification that compaction does not do region merging

also, added link to script in HBASE-1621 in Ops Mgt chapter.

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1232408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Meil 2012-01-17 13:32:33 +00:00
parent e04919de09
commit 27bf216d9c
2 changed files with 5 additions and 1 deletions

View File

@ -2004,6 +2004,8 @@ scan.setFilter(filter);
<para>After a major compaction runs there will be a single storefile per store, and this will help performance usually. Caution: major compactions rewrite all of the stores data and on a loaded system, this may not be tenable;
major compactions will usually have to be done manually on large systems. See <xref linkend="managed.compactions" />.
</para>
<para>Compactions will <emphasis>not</emphasis> perform region merges. See <xref linkend="ops.regionmgt.merge"/> for more information on region merging.
</para>
</section>
</section> <!-- store -->

View File

@ -161,7 +161,9 @@
See the <link xlink:href="http://ofps.oreilly.com/titles/9781449396107/performance.html">O'Reilly HBase Book</link> for
an example of usage.
</para>
<para>Additionally, there is a Ruby script attached to <link xlink:href="https://issues.apache.org/jira/browse/HBASE-1621">HBASE-1621</link>
for region merging.
</para>
</section>
</section>