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

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

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • Storage 2017-04-17, Storage 2017-05-08

      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.

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

              Created:
              Updated:
              Resolved: