Test the cassandra with YCSB and using the workloadc(read100%) . And iostat always show 0 with read.
Configurations:
data is on sdb, 24G data , 8G heap size, default memtable size, disable row-cache and key-cache.
As my thought, uniform request would cause the memtable miss, and lookup the data on ssttable, so the data dir iostat should not be zero. How could 8G heap's memtable store all the 24G data?
Anybody hit the same problem?