range-scan-merges-memtable-and-sstables

Status: IN

`range_scan()` combines results from both the active memtable and all SSTables in `self._sstables`, making it sensitive to mutations of either data structure during iteration

Source: entries/2026/05/28/topic-lsm-concurrency-safety.md

JSON