Hi, I noticed that the write latency metric includes only memtable and rowcache updates, but not sync to a commitlog. I am looking at ColumnFamilyStore.apply() and KeySpace.apply(). Is my understanding correct? Is this an intended design? I guess sync to a commitlog is the most time consuming operation during a write (especially when batch commit is used).
Appreciate any help. Thanks, Rei Odaira