HBASE-19090 Add config 'hbase.systemtables.compacting.memstore.type' to
hbase-default.xml
This commit is contained in:
parent
fc5dc6282c
commit
a899659b16
|
@ -304,6 +304,13 @@ possible configurations would overwhelm and obscure the important.
|
|||
The default value in this configuration has been intentionally left empty in order to
|
||||
honor the old hbase.regionserver.global.memstore.lowerLimit property if present.</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.systemtables.compacting.memstore.type</name>
|
||||
<value>NONE</value>
|
||||
<description>Determines the type of memstore to be used for system tables like META, namespace tables etc.
|
||||
By default NONE is the type and hence we use the default memstore for all the system tables. If we
|
||||
need to use compacting memstore for system tables then set this property to BASIC/EAGER</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.regionserver.optionalcacheflushinterval</name>
|
||||
<value>3600000</value>
|
||||
|
|
Loading…
Reference in New Issue