0 votes
in Cassandra by

What is Cassandra Delete Data?

1 Answer

0 votes
by

SSTables are immutable and cannot remove a row from SSTables. When a row needs to be deleted, Cassandra assigns the column value with a special value called Tombstone. When the data is read, the Tombstone value is considered as deleted.

Related questions

0 votes
asked Mar 20 in Cassandra by rajeshsharma
0 votes
asked Mar 13 in Cassandra by rajeshsharma
...