-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
Storage Engines, Storage Engines - Transactions
-
0.001
-
SE Transactions - 2026-07-17
-
3
The cache read load metrics is purely calculated based on the cache fill ratio.
Factor in the cache miss rate as well into the cache read load metrics calculation.
The formula to factor the cache miss rate to cache read load is:
Read load = cache fill ratio / cache usage trigger ( 1 + cache miss rate)