I want to perform repairs,when going through various options to reduce the time of repairs i came across these two options incremental repairs and performing parallel repairs on partition range.
1.) If i perform incremental repairs, it follows anti-compaction and separates Repaired and Unrepaired SStables. Next time before i perform incremental repair if the repaired and unrepaired sstables are compacted together then how incremental repair will be performed on this SStable will it perform repair on whole sstable or is there any way it will differentiate ??
2.) If i go with parallel repairs on partition range will it have a significant impact on the cluster ??