Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-142

Use maxWriteBatchSize from ismaster for write command batch splitting.

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CXX-20 Done legacy-0.9.0
      CDRIVER-552 Duplicate 1.2-beta0
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CXX-20 Done legacy-0.9.0 CDRIVER-552 Duplicate 1.2-beta0

      The ismaster command now returns a maxWriteBatchSize field, currently set to 1000, that defines the maximum number of documents that can be sent in a batch (regardless of the batch size in bytes). Use this to determine the maximum number of documents to send in a single write command.

            Assignee:
            barrie Barrie Segal
            Reporter:
            barrie Barrie Segal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: