We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9127e commit a5f9212Copy full SHA for a5f9212
source/applications/aggregation.txt
@@ -251,8 +251,8 @@ all of the operators up to and including the first
251
:agg:pipeline:`$group` or :agg:pipeline:`$sort` to each shard.
252
[#match-sharding]_ Then, a second pipeline on the :program:`mongos`
253
runs. This pipeline consists of the first :agg:pipeline:`$group` or
254
-:agg:pipeline:`$sort` and any remaining pipeline operators: this
255
-pipeline runs on the results received from the shards.
+:agg:pipeline:`$sort` and any remaining pipeline operators, and runs
+on the results received from the shards.
256
257
The :program:`mongos` pipeline merges :agg:pipeline:`$sort` operations
258
from the shards. The :agg:pipeline:`$group`, brings any “sub-totals”
0 commit comments