HBASE-20390-ADDENDUM-3: IMC Default Parameters for 2.0.0 (fix documentation)
This commit is contained in:
parent
3cfaaee1a3
commit
61651fbab3
|
@ -94,8 +94,7 @@ to set the in-memory attribute to _NONE_).
|
||||||
|
|
||||||
When an in-memory flush happens is calculated by dividing the configured region flush size (Set in the table descriptor
|
When an in-memory flush happens is calculated by dividing the configured region flush size (Set in the table descriptor
|
||||||
or read from _hbase.hregion.memstore.flush.size_) by the number of column families and then multiplying by
|
or read from _hbase.hregion.memstore.flush.size_) by the number of column families and then multiplying by
|
||||||
_hbase.memstore.inmemoryflush.threshold.factor_ (default is 0.014 - a little less than the size
|
_hbase.memstore.inmemoryflush.threshold.factor_. Default is 0.014.
|
||||||
of a chunk).
|
|
||||||
|
|
||||||
The number of flushes carried by the pipeline is monitored so as to fit within the bounds of memstore sizing
|
The number of flushes carried by the pipeline is monitored so as to fit within the bounds of memstore sizing
|
||||||
but you can also set a maximum on the number of flushes total by setting
|
but you can also set a maximum on the number of flushes total by setting
|
||||||
|
|
Loading…
Reference in New Issue