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
storage, kvpb: add more separated value iteration stats to ScanStats
This patch adds two more stats to `kvpb.ScanStats` regarding value retrieval
of separated values during iteration: `SeparatedPointValueCountFetched`
and `SeparatedPointValueReaderCacheMisses`. We follow the pattern with
existing stats for separated value iteration to add these in for traces.
Epic: none
Fixes: #149422
Release note: None
0 commit comments