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

findandmodify should support scatter/gather

    • Cluster Scalability

      findandmodify should eventually support scatter/gather operations

      as it does a single document (at most), mongos presumably would serialize messages to each shard. it would try one, and if a result, return it. if no result, it would try the next shard. for best performance, on a new findandmodify command request, it would make sense for the mongos to start with the shard that last returned a result, and only advance once it has nothing to do.

            Assignee:
            backlog-server-cluster-scalability [DO NOT USE] Backlog - Cluster Scalability
            Reporter:
            dwight@mongodb.com Dwight Merriman
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: