1.

Point out the correct statement.(a) Cassandra does not immediately remove data marked for deletion from disk(b) A deleted column can reappear if you do not run node repair routinely(c) The deletion of marked data occurs during compaction(d) All of the mentionedI got this question in an online quiz.I want to ask this question from Cassandra with Hadoop topic in section ZooKeeper, Sqoop and Cassandra of Hadoop

Answer»

The correct choice is (d) All of the mentioned

To elaborate: Marking DATA with a TOMBSTONE signals CASSANDRA to retry sending a DELETE request to a replica that was down at the time of delete.



Discussion

No Comment Found

Related InterviewSolutions