Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-28166

Assess effects of pinning a lot of content in storage engine cache

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Done
    • None
    • None
    • Storage
    • None
    • Fully Compatible
    • Storage 2017-04-17, Storage 2017-05-08

    Description

      There is a point where there is a significant performance decrease with WiredTiger storage engine if too much content is required to remain in cache to service old operations. The reason for the performance difference is that WiredTiger starts paging content out from cache to disk in temporary files, when old updates may be required for old readers, but are no longer maintained in the database file.

      The read-concern-majority functionality can cause a lot of updates to be pinned in cache, especially if there is significant lag in a replica set using read-concern majority.

      The goal of this ticket is to construct a workload that forces an excessive amount of history to be generated and to assess the behavior of the system under such circumstances.

      Attachments

        Issue Links

          Activity

            People

              daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
              alexander.gorrod@mongodb.com Alexander Gorrod
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: