sstable-range-scan-no-index-skip

Status: IN

`SSTableReader.range_scan(start, end)` scans from the beginning of the file rather than using the sparse index to skip ahead, making it O(N) regardless of range position.

Source: entries/2026/05/28/sstable-and-compaction-sstable.md

JSON