mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
Sstables that are scrubbed or validated are typically problematic ones that potentially have corrupt indexes. To avoid using the index altogether use the recently added crawling reader. Scrub and validate never skips in the sstable anyway.