sstable-point-lookup-correct-under-sort-invariant

Status: OUT

SSTable point lookups return correct results through two-phase search (binary search on sparse index to identify block, then linear scan within block), with clean None returns for keys not present in the table.

JSON