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

Rewrite cluster FindAndModify in terms of FindAndModifyCommandRequest

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor - P4 Minor - P4
    • None
    • None
    • None
    • Query Execution

    Description

      Currently, cluster FindAndModifyCmd::run() is implemented in terms of a BSONObj command object. This ticket tracks the work to rewrite the 'run' path in terms of a 'FindAndModifyCommandRequest'. 

      Doing this has several advantages:

      • It may be a perf win (operating over a C++ object will be faster than a BSONObj)
      • It will make modifying the command object more simple (see SERVER-82042 for an example of this where we have to serialize the command's let arguments.

       

       

      Attachments

        Activity

          People

            backlog-query-execution Backlog - Query Execution
            mihai.andrei@mongodb.com Mihai Andrei
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: