HBASE-10941 default for max version isn't updated in doc after change on 0.96
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1585870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78cf844cf3
commit
1b3d0c2656
|
@ -294,7 +294,7 @@ public static byte[][] getHexSplits(String startKey, String endKey, int numRegio
|
|||
<section xml:id="schema.versions.max"><title>Maximum Number of Versions</title>
|
||||
<para>The maximum number of row versions to store is configured per column
|
||||
family via <link xlink:href="http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/HColumnDescriptor.html">HColumnDescriptor</link>.
|
||||
The default for max versions is 3.
|
||||
The default for max versions is 1.
|
||||
This is an important parameter because as described in <xref linkend="datamodel" />
|
||||
section HBase does <emphasis>not</emphasis> overwrite row values, but rather
|
||||
stores different values per row by time (and qualifier). Excess versions are removed during major
|
||||
|
|
Loading…
Reference in New Issue