File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
Each individual pipeline stage has a limit of 100 megabytes of RAM. By
5
5
default, if a stage exceeds this limit, MongoDB produces an error. For
6
6
some pipeline stages you can allow pipeline processing to take up more
7
- space by using the :ref: `allowDiskUse <aggregate- cmd-allowDiskUse >`
7
+ space by using the :ref: `allowDiskUse <cmd-aggregate -allowDiskUse >`
8
8
option to enable aggregation pipeline stages to write data to temporary
9
9
files.
10
10
11
11
Examples of stages that can spill to disk when :ref: `allowDiskUse
12
- <aggregate- cmd-allowDiskUse>` is ``true `` are:
12
+ <cmd-aggregate -allowDiskUse>` is ``true `` are:
13
13
14
14
- :pipeline: `$bucket `
15
15
- :pipeline: `$bucketAuto `
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ Aggregate Data using External Sort
393
393
Each individual pipeline stage has :ref:`a limit of 100 megabytes of RAM
394
394
<agg-memory-restrictions>`. By default, if a stage exceeds this limit,
395
395
MongoDB produces an error. To allow pipeline processing to take up
396
- more space, set the :ref:`allowDiskUse <aggregate- cmd-allowDiskUse>`
396
+ more space, set the :ref:`allowDiskUse <cmd-aggregate -allowDiskUse>`
397
397
option to ``true`` to enable writing data to temporary files, as in the
398
398
following example:
399
399
Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ Perform Large Sort Operation with External Sort
396
396
Each individual pipeline stage has :ref:`a limit of 100 megabytes of RAM
397
397
<agg-memory-restrictions>`. By default, if a stage exceeds this limit,
398
398
MongoDB produces an error. To allow pipeline processing to take up
399
- more space, set the :ref:`allowDiskUse <aggregate- cmd-allowDiskUse>`
399
+ more space, set the :ref:`allowDiskUse <cmd-aggregate -allowDiskUse>`
400
400
option to ``true`` to enable writing data to temporary files, as in the
401
401
following example:
402
402
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Considerations
38
38
The :pipeline:`$bucket` stage has a limit of 100 megabytes of RAM. By
39
39
default, if the stage exceeds this limit, :pipeline:`$bucket` returns an
40
40
error. To allow more space for stage processing, use the
41
- :ref:`allowDiskUse <aggregate- cmd-allowDiskUse>` option to enable
41
+ :ref:`allowDiskUse <cmd-aggregate -allowDiskUse>` option to enable
42
42
aggregation pipeline stages to write data to temporary files.
43
43
44
44
.. seealso::
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Considerations
171
171
The :pipeline:`$bucketAuto` stage has a limit of 100 megabytes of RAM.
172
172
By default, if the stage exceeds this limit, :pipeline:`$bucketAuto`
173
173
returns an error. To allow more space for stage processing, use the
174
- use the :ref:`allowDiskUse <aggregate- cmd-allowDiskUse>` option to
174
+ use the :ref:`allowDiskUse <cmd-aggregate -allowDiskUse>` option to
175
175
enable aggregation pipeline stages to write data to temporary files.
176
176
177
177
.. seealso::
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ operators:
80
80
The :pipeline:`$group` stage has a limit of 100 megabytes of RAM. By
81
81
default, if the stage exceeds this limit, :pipeline:`$group` returns an
82
82
error. To allow more space for stage processing, use the
83
- :ref:`allowDiskUse <aggregate- cmd-allowDiskUse>` option to enable
83
+ :ref:`allowDiskUse <cmd-aggregate -allowDiskUse>` option to enable
84
84
aggregation pipeline stages to write data to temporary files.
85
85
86
86
.. seealso::
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ The :pipeline:`$sort` stage has a limit of 100 megabytes of RAM for
128
128
in-memory sorts. By default, if the stage exceeds this limit,
129
129
:pipeline:`$sort` produces an error. To allow pipeline processing to
130
130
take up more space, use the :ref:`allowDiskUse
131
- <aggregate- cmd-allowDiskUse>` option to enable aggregation pipeline
131
+ <cmd-aggregate -allowDiskUse>` option to enable aggregation pipeline
132
132
stages to write data to temporary files.
133
133
134
134
.. seealso::
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Considerations
87
87
The :pipeline:`$sortByCount` stage has a limit of 100 megabytes of RAM.
88
88
By default, if the stage exceeds this limit, :pipeline:`$sortByCount`
89
89
returns an error. To allow more space for stage processing, use the
90
- :ref:`allowDiskUse <aggregate- cmd-allowDiskUse>` option to enable
90
+ :ref:`allowDiskUse <cmd-aggregate -allowDiskUse>` option to enable
91
91
aggregation pipeline stages to write data to temporary files.
92
92
93
93
.. seealso::
You can’t perform that action at this time.
0 commit comments