Question-86: When compaction is done, then in which of the below case, new SSTable partition segment smaller than the older one?
- When there are lot of delete operations on both of the partition segment.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: A, B
Exp: When there are lot of delete then it is possible that there are lot of tombstone data which has the gc grace period expired.
You can access to full explanation to question and answer from this page.
.