lsm-get-probes-all-sstables-on-miss

Status: IN

`LSMTree.get()` iterates through every SSTable in reverse sequence order and returns only after checking all of them when a key is absent; without bloom filters, missing-key lookups are O(N) in SSTable count

Source: entries/2026/05/29/topic-bloom-filters-for-read-optimization.md

JSON