Question-43: LeveledCompactionStrategy (LCS) tends to cause data fragmentation with the read-intensive workloads?

  1. True
  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: B

Exp: We need to always think that how the write operation affects the read operations in the cluster. As compaction process occurred regularly and significantly can affect the read performance.

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