Description
The mutateBatch call in the controller is not parallel and should be. The batch method in the controller creates a collection of updates to be issue to the shard servers (one batch call per shard server). After they have been created, they can be executed in parallel.