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

Stream incremental backup data

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.7.0
    • Affects Version/s: None
    • Component/s: Storage
    • Labels:
      None
    • Fully Compatible
    • Execution Team 2020-05-04, Execution Team 2020-05-18

      Prior to incremental WT backups, MongoDB would copy all of the filenames from WT into memory and return them over the wire as needed. This wasn't particularly costly because internally, WT would already keep all filenames in memory.

      Now with incremental backups, WT streams the filename/block information from an underlying table. There would be gains (in terms of reduced working set memory) if MongoDB advanced the WT cursor as the external request needs more documents.

            Assignee:
            james.heppenstall@mongodb.com James Heppenstall
            Reporter:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: