Question-176: Which of the following event Trigger the compaction process?
- Compaction happens every time when Memtable flushes to an SSTable.
- 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,C,D
Exp: Compaction triggers in the following situation:
- Whenever your memtable is flushed to the SSTable compaction would be initiated.
-
You can access to full explanation to question and answer from this page.