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

Clean up unnecessary BatchedCommandRequest from the Server code

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • 1

      The BatchedCommandRequest class allows to encapsulate multiple write operations into a single command request.
      The same class can also be used to issue single update/delete requests through DBDirectClient (examples: 1, 2), but it introduces unnecessary code complexity and extra padding (since those can be simply submitted as write_ops::Update/DeleteCommandRequests).

            Assignee:
            Unassigned Unassigned
            Reporter:
            paolo.polato@mongodb.com Paolo Polato
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: