iter-no-counter-reset

Status: IN

Unlike get, put, delete, and range_scan, BTree.__iter__ does not call reset_counters() before running, so I/O page-read stats accumulate on top of any prior count — a gotcha when benchmarking iteration.

Source: entries/2026/05/29/b-tree-storage-engine-btree-__iter__.md

JSON