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

Add MaxWriteBatchSize to isMaster results.

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.5.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Batches of writes sent via write commands are only valid if A) the total size of all "documents"/"updates"/"deletes" (not including array overhead) is < MaxBSONObjSize and B) the total number of "documents"/"updates"/"deletes" is less than some constant value (currently 1000).

      This constant should be accessible to clients via isMaster.

            Assignee:
            greg.mckeon@mongodb.com Gregory McKeon (Inactive)
            Reporter:
            greg_10gen Greg Studer
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: