mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
Working with the low-level sstable parser and index reader, this validator also cross-checks the index with the data file, making sure all partitions are located at the position and in the order the index describes. Furthermore, if the index also has promoted index, the order and position of clustering elements is checked against it. This is above the usual fragment kind order, partition key order and clustering order checks that we already had with the reader-level validator.