Skip to content

Commit f3c7de0

Browse files
sarah-olson-mongodbSarah Olson
andauthored
Docsp 21043 v4.2 (#794)
* DOCSP-21043: Resolve merge conflicts * DOCSP-21043: Revert linking error Co-authored-by: Sarah Olson <[email protected]>
1 parent 66f47b1 commit f3c7de0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/reference/operator/aggregation/bucketAuto.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

171169
The :pipeline:`$bucketAuto` stage has a limit of 100 megabytes of RAM.
172170
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 <cmd-aggregate-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 <cmd-aggregate-allowDiskUse>` option to enable aggregation
173+
pipeline stages to write data to temporary files.
176174

177175
.. seealso::
178176

0 commit comments

Comments
 (0)