File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
source/reference/operator/aggregation Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ Definition
1515
1616.. pipeline:: $bucketAuto
1717
18- .. versionadded:: 3.4
19-
2018 Categorizes incoming documents into a specific number of groups,
2119 called buckets, based on a specified expression. Bucket boundaries
2220 are automatically determined in an attempt to evenly distribute the
@@ -170,9 +168,9 @@ Considerations
170168
171169The :pipeline:`$bucketAuto` stage has a limit of 100 megabytes of RAM.
172170By default, if the stage exceeds this limit, :pipeline:`$bucketAuto`
173- returns an error. To allow more space for stage processing, use the
174- use the :ref:`allowDiskUse <aggregate-cmd-allowDiskUse>` option to
175- enable aggregation pipeline stages to write data to temporary files.
171+ returns an error. To allow more space for stage processing, use the
172+ :ref:`allowDiskUse <aggregate-cmd-allowDiskUse>` option to enable aggregation
173+ pipeline stages to write data to temporary files.
176174
177175.. seealso::
178176
You can’t perform that action at this time.
0 commit comments