Explain deletion in hbase? Mention what are the three types of tombstone markers in hbase?
Answer Posted / Shailly Saxena
Deletion in Apache HBase doesn't delete data immediately but marks it as deleted with Tombstone markers. There are three types of tombstone markers: Major, Minor, and Visible. Major tombstones are created when a row is completely deleted. Minor tombstones occur during compactions, and Visible tombstones are used to mark the deletion of a specific cell within a row.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category