Hi,

Trying to get some clarifications on this post: https://docs.datastax.
com/en/cassandra/3.0/cassandra/operations/opsRepairNodesWhen.html

As far as I understand it, repairs to account for the fact that nodes could
go down (for short of long period of time)

The 2 main reasons for repairing are:

   1. To make sure date is consistent
   2. To make sure tombstones don't creep back

If I have a time series data model, with TWCS compaction where I never
update rows and hence don't care about either of the above (the whole
SSTable just expires after a few days ), do I even need to run repairs?

Reply via email to