What I understood about Cassandra Memtable flush is whenever 33% of memtable heap+offheap space is consumed, cassandra flush writer starts flushing the largest memtable. In that case there could be situation where few smaller memtables where not much of writes are happening would lie on the memory. What would happen to those memtables? When are those memtables are going to be flushed.