hash-index-no-range-queries

Status: IN

Neither hash index implementation (`hash-index-storage/bitcask.py` or `log-structured-hash-table/bitcask.py`) provides a `scan`, `range`, or ordered-iteration method; only exact-key point lookups are supported.

Source: entries/2026/05/29/topic-ddia-chapter3-hash-indexes.md

JSON