Question-83: You are working as an administrator for the Cassandra database. Where the data modeling is done of the time series data. And you have decided to use the “DateTieredCompactionStrategy”. What all the benefits of having compaction with this strategy?

 

  1. It helps in compacting SSTable based on time period.
  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,C,D,E

Exp : In case of Time Series data, you should use the DateTieredCompactionStrategy. Because it can help to compact your data based on the Time period. Like compact data for every 4 hours. 4+4 hours, hence new SSTable could have 8 hours data in it.

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