Core concept
Flushes to HFile on size threshold (hbase.hregion.memstore.flush.size, default 128MB).
Advertisement
How it works
Many small MemStores → many small HFiles → compaction pressure.
Advertisement
Trade-offs + gotchas
Every write. Design column families to balance flush behavior.