sstable-get-rebuilds-key-list-every-call

Status: IN

`SSTable.get` extracts sparse index keys into a fresh list on every call rather than caching them, making each lookup O(m) in index size before the binary search begins

Source: entries/2026/05/29/log-structured-merge-tree-lsm-get.md

JSON