hbase-common/src/main/resources/hbase-default.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml
index 5d0b0f4..79af2d1 100644
--- a/hbase-common/src/main/resources/hbase-default.xml
+++ b/hbase-common/src/main/resources/hbase-default.xml
@@ -305,6 +305,13 @@ possible configurations would overwhelm and obscure the important.
honor the old hbase.regionserver.global.memstore.lowerLimit property if present.
+ hbase.systemtables.compacting.memstore.type
+ NONE
+ 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
+
+
hbase.regionserver.optionalcacheflushinterval
3600000