File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,10 +255,10 @@ runs. This pipeline consists of the first :agg:pipeline:`$group` or
255
255
on the results received from the shards.
256
256
257
257
The :program:`mongos` pipeline merges :agg:pipeline:`$sort` operations
258
- from the shards. The :agg:pipeline:`$group`, brings any “sub-totals”
258
+ from the shards. The :agg:pipeline:`$group` operation brings in any “sub-totals”
259
259
from the shards and combines them: in some cases these may be
260
260
structures. For example, the :agg:expression:`$avg` expression maintains a
261
- total and count for each shard; the :program:`mongos` combines these
261
+ total and count for each shard; :program:`mongos` combines these
262
262
values and then divides.
263
263
264
264
.. [#match-sharding] If an early :agg:pipeline:`$match` can exclude
You can’t perform that action at this time.
0 commit comments