range-scan-last-writer-wins

Status: IN

`range_scan` iterates sources oldest-to-newest (SSTables, then immutable memtables, then active memtable) so that dict overwrites naturally give each key the value from the newest source

Source: entries/2026/05/28/log-structured-merge-tree-lsm-range_scan.md

JSON