You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added route-anchor residency so root and hot prefix anchor blobs can
stay protected from ordinary leaf eviction under large metadata
working sets.
Added blob shape-debt counters and richer runtime telemetry for cache
hit/miss behavior, WAL queue/write/flush progress, checkpoint debt,
dirty blobs, route-cache behavior, and admission/eviction decisions.
Added the nightly validation workflow, soak harness, and expanded
fuzz/property/CI coverage for reopen, checkpoint, range, atomic, and
crash-oriented metadata behavior.
Added KeyPath / KeyPathBuf helpers for constructing byte paths
without making path semantics part of the storage engine core.
Changed
Reworked route-cache invalidation and scan eviction so prefix-heavy
metadata reads disturb the buffer pool less at scale.
Added TinyLFU admission for file-backed cache pressure and raised the
default file-backed buffer pool budget to match the intended metadata
working-set profile.
Tightened same-size leaf updates, SIMD hot paths, and concurrency gate
internals.