Tombstoned cells without DELETE
问题 I'm running Cassandra cluster Software version: 2.0.9 Nodes: 3 Replication factor: 2 I'm having a very simple table where I insert and update data. CREATE TABLE link_list ( url text, visited boolean, PRIMARY KEY ((url)) ); There is no expire on rows and I'm not doing any DELETEs. As soon as I run my application it quickly slows down due to the increasing number of tombstoned cells: Read 3 live and 535 tombstoned cells It gets up to thousands in few minutes. My question is what is responsible