Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-4403

Add statistic tracking accumulated dirty cache

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.0.5, 4.1.6, WT3.2.0
    • None
    • None
    • 3
    • Storage Engines 2018-11-19

    Description

      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.

      Attachments

        Activity

          People

            alexander.gorrod@mongodb.com Alexander Gorrod
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: