What happens when you issue a delete command in hbase?
Answer Posted / Gaurav Sharma
When you issue a delete command in Apache HBase, the row is marked as deleted but not physically removed from the table. The cell remains on disk until it is compacted or garbage collected. This means that deleted data can be recovered if needed.
| 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