Class BasicMemStoreCompactionStrategy

java.lang.Object
org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
org.apache.hadoop.hbase.regionserver.BasicMemStoreCompactionStrategy

Basic strategy chooses between two actions: flattening a segment or merging indices of all segments in the pipeline. If number of segments in pipeline exceed the limit defined in MemStoreCompactionStrategy then apply merge, otherwise flatten some segment.