Science, asked by adityagupta8773, 1 year ago

Explain Tombstone in Cassandra?

Answers

Answered by cutieeee10101
3
HEY MATE......

HERE IS UR ANSWER......❤❤

A delete does nothing more than insert a tombstone. When Cassandra reads the data it will merge all the shards of the requested rows from the memtable and the SSTables. It then applies a Last Write Wins (LWW) algorithm to choose what is the correct data, no matter if it is a standard value or atombstone.

HOPE IT HELPS YOU AND MARK AS BRAINLIEST..........
Answered by animesharyan0011
0

Answer:

In Cassandra, deleted data is not immediately purged from the disk. Instead, Cassandra writes a special value, known as a tombstone, to indicate that data has been deleted. Tombstones prevent deleted data from being returned during reads, and will eventually allow the data to be dropped via compaction.

Similar questions