mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
" A special-purpose reader which doesn't use the index at all, designed to be used in circumstances where the index is not reliable. The use-case is scrub and validate which often have to work with corrupt indexes and it is especially important that they don't further any existing corruption. Tests: unit(dev) " * 'crawling-sstable-reader/v2' of https://github.com/denesb/scylla: compaction: scrub/validate: use the crawling sstable reader sstables: wire in crawling reader sstables: mx/reader: add crawling reader sstables: kl/reader: add crawling reader