I am new to cassandra, 1) why single column family have 3 sstable. 2) is it each column of the Table ( column family) stored in different nodes in a ring? or completely column family stored in single node ( if I not set replication factor).
example: Table: message1
SSTable count: 3
Space used (live), bytes: 221521
Space used (total), bytes: 226349
SSTable Compression Ratio: 0.2548965072049006
Number of keys (estimate): 384
Memtable cell count: 7817866
Memtable data size, bytes: 38797312
Memtable switch count: 51
Local read count: 0
Local read latency: 0.000 ms
Local write count: 26539152
Local write latency: 0.000 ms
Pending tasks: 0
Bloom filter false positives: 0
3)
commitlog_sync: periodic commitlog_sync_period_in_ms: 10000
Commitlog Sync is 10 sec. But the data is not transferred or flushed to disc?. Memtable data size, bytes: 38797312