Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-12552

Clarify concurrency FAQ: How does concurrency affect secondaries?

    XMLWordPrintableJSON

Details

    Description

      Description

      On https://docs.mongodb.com/manual/faq/concurrency/#how-does-concurrency-affect-a-replica-set-primary, this FAQ should be updated for non-blocking secondary reads with WiredTiger in MongoDB 4.0:

      How does concurrency affect secondaries?

      In replication, MongoDB does not apply writes serially to secondaries. Secondaries collect oplog entries in batches and then apply those batches in parallel. Secondaries do not allow reads while applying the write operations, and apply write operations in the order that they appear in the oplog.

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

      Attachments

        Activity

          People

            Unassigned Unassigned
            stephen.steneker@mongodb.com Stennie Steneker (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              1 year, 14 weeks, 2 days ago