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

Add missing output fields to isMaster results

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • mongodb-3.6
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None
    • 1

      The maxWriteBatchSize was introduced in 2.6 (SERVER-12275) and specifies the maximum number of write operations that may appear in a single insert, update, or delete command.

      This value was originally 1000 when first introduced but has increased over time. 3.6 reports a limit of 100,000. I don't think we need to document the exact version returned by each server version. It would be sufficient to simply mention what the field is. Drivers are instructed to respect this (along with maxBsonObjectSize and maxMessageSizeBytes) when splitting bulk write operations into commands to send over the wire.

            Assignee:
            allison.moore@mongodb.com Allison Reinheimer Moore
            Reporter:
            jmikola@mongodb.com Jeremy Mikola
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 20 weeks ago