-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
3
-
Storage Engines 2018-11-19
At the moment there is no way to know how much dirty content has been created in cache. We track the amount of currently dirty content, and statistics about writing that dirty content out, but connecting them is inaccurate and hard.
The new statistic could increment a variable in __wt_cache_dirty_incr, similarly to the current WT_CACHE::bytes_dirty_leaf value. That could either be incremented directly into a statistic, or incremented in a new field in the cache and copied across during statistics gathering.
- is depended on by
-
SERVER-37849 Poor replication performance and cache-full hang on secondary due to pinned content
- Backlog