v.25.12Improvement
Update for merges as well, this PR
Refine mark cache metrics to track only queries (after #83415MarkCacheHits/MarkCacheMisseswas updated for merges as well, this PR will revert this behavior back). #91910 (Azat Khuzhin).
Why it matters
This feature addresses an issue whereMarkCacheHits and MarkCacheMisses metrics were incorrectly increased during merge operations, which skewed cache usage statistics. By limiting these metrics to count only query activity, it provides users with more precise insights into cache performance relevant to query execution.