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 fdf2ab8 commit a67dd3aCopy full SHA for a67dd3a
source/applications/aggregation.txt
@@ -220,7 +220,7 @@ must fit in memory.
220
221
:agg:pipeline:`$group` has similar characteristics: Before any
222
:agg:pipeline:`$group` passes its output along the pipeline, it must
223
-receive the entirety of its input. For the case of :agg:pipeline:`$group`
+receive the entirety of its input. In the case of :agg:pipeline:`$group`
224
this frequently does not require as much memory as
225
:agg:pipeline:`$sort`, because it only needs to retain one record for
226
each unique key in the grouping specification.
0 commit comments