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

Have the storage engine interface expose a reduced cache footprint read API

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 4.1.4
    • Storage
    • Fully Compatible
    • Storage NYC 2018-10-08

    Description

      WT is exposing a cursor configuration such that an application can communicate it's intending to read the data only once. Given that knowledge, WT will change its caching behavior of data paged in via that cursor. The expected use-case is for this behavior is when MongoDB knows a client is performing a table scan for initial sync. It may also be useful for oplog reads when the reader is behind and has to start reading a large amount of data.

      It's not expected that the storage glue layer will have enough information to know when opening a cursor whether it should opt-in to this behavior. This ticket is to expose a public API in the storage layer to allow higher levels declare their "read once" cases.

      Attachments

        Issue Links

          Activity

            People

              louis.williams@mongodb.com Louis Williams
              daniel.gottlieb@mongodb.com Daniel Gottlieb
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: