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
15
15
16
16
.. pipeline:: $bucketAuto
17
17
18
- .. versionadded:: 3.4
19
-
20
18
Categorizes incoming documents into a specific number of groups,
21
19
called buckets, based on a specified expression. Bucket boundaries
22
20
are automatically determined in an attempt to evenly distribute the
@@ -170,9 +168,9 @@ Considerations
170
168
171
169
The :pipeline:`$bucketAuto` stage has a limit of 100 megabytes of RAM.
172
170
By 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.
176
174
177
175
.. seealso::
178
176
You can’t perform that action at this time.
0 commit comments