Skip to content

Commit c5d22f7

Browse files
committed
DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686)
* DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro * CR1 * CR 1.5
1 parent 4e42b22 commit c5d22f7

File tree

6 files changed

+747
-1
lines changed

6 files changed

+747
-1
lines changed

source/aggregation.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,21 @@ transforms the documents into an aggregated result. For example:
3131

3232
.. only:: website and dirhtml
3333

34+
<<<<<<< HEAD
3435
.. raw:: html
36+
=======
37+
- :ref:`Aggregation pipelines <aggregation-pipeline-intro>`
38+
>>>>>>> 5f656cf37 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))
3539

3640
<video style="width:100%;" src="../_images/agg-pipeline.mp4" controls> </video>
3741

3842
.. only:: website and html and (not dirhtml)
3943

44+
<<<<<<< HEAD
4045
.. raw:: html
46+
=======
47+
.. _aggregation-pipeline-intro:
48+
>>>>>>> 5f656cf37 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))
4149

4250
<video style="width:100%;" src="_images/agg-pipeline.mp4" controls> </video>
4351

@@ -132,6 +140,20 @@ aggregation pipeline and map-reduce.
132140

133141
.. include:: /images/distinct.rst
134142

143+
<<<<<<< HEAD
144+
=======
145+
The single purpose aggregation methods are simple but lack the
146+
capabilities of an :ref:`aggregation pipeline
147+
<aggregation-pipeline-intro>`.
148+
149+
.. _aggregation-map-reduce:
150+
151+
Map-Reduce
152+
----------
153+
154+
.. include:: /includes/fact-use-aggregation-not-map-reduce.rst
155+
156+
>>>>>>> 5f656cf37 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))
135157
Additional Features and Behaviors
136158
---------------------------------
137159

source/core/sharded-cluster-query-router.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,32 @@ Metadata Operations
292292

293293
.. include:: /includes/extracts/mongos-operations-wc.rst
294294

295+
<<<<<<< HEAD
296+
=======
297+
Additional Information
298+
----------------------
299+
300+
FCV Compatibility
301+
~~~~~~~~~~~~~~~~~
302+
303+
.. include:: /includes/fact-mongos-fcv.rst
304+
305+
306+
Connection Pools
307+
~~~~~~~~~~~~~~~~
308+
309+
.. include:: /includes/extracts/4.2-changes-mongos-repl-connection-pool.rst
310+
311+
.. |newversion| replace:: 4.2
312+
313+
.. |oldversion| replace:: 4.0
314+
315+
Using Aggregation Pipelines with Clusters
316+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
317+
318+
For more information on how sharding works with :ref:`aggregations
319+
<aggregation-pipeline>`, read the sharding chapter in the `Practical
320+
MongoDB Aggregations
321+
<https://www.practical-mongodb-aggregations.com/guides/sharding.html>`__
322+
e-book.
323+
>>>>>>> a02c196e5 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))

0 commit comments

Comments
 (0)