1. The commit log is only read on startup. W: If writes are unflushed then the commit logs need to be replayed
2: shrink the memtable settings. but you dont want to do this. 3. Commit log size is not directly related to sstable size. E.g. if you write the same row a billion times the commit log size will be large but the sstable will be 1 row. On Wed, Jan 23, 2013 at 11:10 AM, vhmolinar <vhmoli...@gmail.com> wrote: > W