Question-84: Whenever compaction happens
- It always deletes the tombstone data
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : C
Exp : Tombstone data are the data which is marked for deletion. And while compaction process those should be taken care. It depends in the parameter gc grace period whether to consider the tombstone data for deletion or not.
You can access to full explanation to question and answer from this page.