Created 03-24-2016 03:10 PM
When flushing occur - adjacent families are flushed as well. Does that mean all regions on region server or all CF for that specific table are flushed?
Created 03-24-2016 05:07 PM
Each region flushes independently of each other. If a region flushes, all of its column families are flushed together by default (unless a different flush policy is used in recent code bases). A region's flush does not affect other regions.
Created 03-24-2016 05:07 PM
Each region flushes independently of each other. If a region flushes, all of its column families are flushed together by default (unless a different flush policy is used in recent code bases). A region's flush does not affect other regions.
Created 05-23-2016 03:09 PM
@Enis The core of opening this post was regarding HBASE_10201. This features allows to flushes based on column family size. If the CF > DEFAULT_HREGION_MEMSTORE_PER_COLUMN_FAMILY_FLUSH the it will flush does families. Your thoughts?