File tree Expand file tree Collapse file tree 6 files changed +747
-1
lines changed Expand file tree Collapse file tree 6 files changed +747
-1
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,21 @@ transforms the documents into an aggregated result. For example:
31
31
32
32
.. only:: website and dirhtml
33
33
34
+ <<<<<<< HEAD
34
35
.. raw:: html
36
+ =======
37
+ - :ref:`Aggregation pipelines <aggregation-pipeline-intro>`
38
+ >>>>>>> 5f656cf37 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))
35
39
36
40
<video style="width:100%;" src="../_images/agg-pipeline.mp4" controls> </video>
37
41
38
42
.. only:: website and html and (not dirhtml)
39
43
44
+ <<<<<<< HEAD
40
45
.. raw:: html
46
+ =======
47
+ .. _aggregation-pipeline-intro:
48
+ >>>>>>> 5f656cf37 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))
41
49
42
50
<video style="width:100%;" src="_images/agg-pipeline.mp4" controls> </video>
43
51
@@ -132,6 +140,20 @@ aggregation pipeline and map-reduce.
132
140
133
141
.. include:: /images/distinct.rst
134
142
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))
135
157
Additional Features and Behaviors
136
158
---------------------------------
137
159
Original file line number Diff line number Diff line change @@ -292,3 +292,32 @@ Metadata Operations
292
292
293
293
.. include:: /includes/extracts/mongos-operations-wc.rst
294
294
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))
You can’t perform that action at this time.
0 commit comments