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
PR #1632 adds an exact node-local durable L3 cache, but every optimization added to that work needs a matched before/after gate. This issue owns the measurement contract for the expanded KV-tier work; it complements the broader cache telemetry in #1097.
The current L3 implementation can produce roughly 9,500 geometry-aligned segment references for a realistic 19K-token prefix. Storage layout, copying, I/O scheduling, admission, and tier routing therefore need measurements that expose where time and bytes are actually spent.
Coordinated in Buzz channel #skippy-kv.
Work
Add phase timings for lookup, export, encode, queue, write, read, verify, decode, import, and commit.
No candidate may regress the existing disk-off p99 decode-event latency gate beyond 5%.
Publish raw artifacts and a concise comparison table, including negative results.
Relationship to other issues
This is the common evidence gate for the packed L3, streaming import/export, value-aware policy, L2 RAM, codec, and non-prefix experiments. It does not itself choose or implement those mechanisms.
Context
PR #1632 adds an exact node-local durable L3 cache, but every optimization added to that work needs a matched before/after gate. This issue owns the measurement contract for the expanded KV-tier work; it complements the broader cache telemetry in #1097.
The current L3 implementation can produce roughly 9,500 geometry-aligned segment references for a realistic 19K-token prefix. Storage layout, copying, I/O scheduling, admission, and tier routing therefore need measurements that expose where time and bytes are actually spent.
Coordinated in Buzz channel
#skippy-kv.Work
Promotion gate
Relationship to other issues
This is the common evidence gate for the packed L3, streaming import/export, value-aware policy, L2 RAM, codec, and non-prefix experiments. It does not itself choose or implement those mechanisms.