@@ -37,7 +37,8 @@ computed results. The MongoDB Aggregation framework is modeled on the
37
37
concept of data processing pipelines. Documents enter a pipeline comprised of one or
38
38
more stages, and this pipeline transforms the documents into an aggregated result.
39
39
40
- To learn more about the aggregation stages supported by the Node.js Driver, see :ref:`Aggregation Pipeline Stages <node-aggregation-pipeline-stages>`.
40
+ To learn more about the aggregation stages supported by the {+driver-short+},
41
+ see :ref:` <node-aggregation-pipeline-stages>`.
41
42
42
43
.. _node-aggregation-tutorials:
43
44
@@ -94,10 +95,11 @@ that allows you to transform and manipulate your data.
94
95
Server Limitations
95
96
------------------
96
97
97
- Consider the following :manual:`limitations </core/aggregation-pipeline-limits/>` when performing aggregation operations:
98
+ Consider the following :manual:`limitations
99
+ </core/aggregation-pipeline-limits/>` when performing aggregation operations:
98
100
99
- - Returned documents must not violate the :manual:`BSON document size limit </reference/limits/#mongodb-limit-BSON-Document-Size>`
100
- of 16 megabytes.
101
+ - Returned documents must not violate the :manual:`BSON document size limit
102
+ </reference/limits/#mongodb-limit-BSON-Document-Size>` of 16 megabytes.
101
103
- Pipeline stages have a memory limit of 100 megabytes by default. If required,
102
104
you can exceed this limit by enabling the `AllowDiskUse
103
105
<https://mongodb.github.io/node-mongodb-native/6.17/interfaces/AggregateOptions.html#allowDiskUse>`__
@@ -107,9 +109,9 @@ Consider the following :manual:`limitations </core/aggregation-pipeline-limits/>
107
109
Additional information
108
110
----------------------
109
111
110
- To view a full list of expression operators, see
111
- :manual:`Aggregation Operators </reference/operator/aggregation/>`.
112
+ To view a full list of expression operators, see :manual:`Aggregation Operators
113
+ </reference/operator/aggregation/>` in the {+mdb-server+} manual .
112
114
113
- To learn about explaining MongoDB aggregation operations, see
114
- :manual:`Explain Results </reference/explain-results/>` and
115
- :manual:`Query Plans </core/query-plans/>`.
115
+ To learn about explaining MongoDB aggregation operations, see :manual:`Explain
116
+ Results </reference/explain-results/>` and :manual:`Query Plans
117
+ </core/query-plans/>` in the {+mdb-server+} manual .
0 commit comments