-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Cache and Eviction
-
None
-
Storage Engines
-
8.729
-
None
-
5
Problem
Aggregate and per-candidate statistics work runs while holding evict_lock. The per-candidate loop still runs even when statistics are disabled, so disabling statistics does not eliminate all of the associated work.
Proposed work
- Measure the time spent in candidate processing and statistics updates under evict_lock.
- Reduce avoidable statistics work in the locked section without moving page dereferences beyond their safe lifetime.