Question-178: In your Cassandra cluster you have a heavy write, then which of the compaction strategy most suitable?

  1. Size tiered compaction strategy
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

 

Ans: A

Exp:  When your database has a heavy write then you should avoid using the leveled compaction strategy.  Because using the leveled compaction strategy can create heavy IO. The best available option for this is size tiered compaction strategy.

You can access to full explanation to question and answer from this page.