File tree Expand file tree Collapse file tree 4 files changed +5
-59
lines changed
reference/operator/aggregation Expand file tree Collapse file tree 4 files changed +5
-59
lines changed Original file line number Diff line number Diff line change @@ -291,33 +291,3 @@ Metadata Operations
291
291
-------------------
292
292
293
293
.. include:: /includes/extracts/mongos-operations-wc.rst
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))
Original file line number Diff line number Diff line change 134
134
- id: nodejs
135
135
content: |
136
136
To create an index using the
137
- `Node.JS driver <https://mongodb.github.io/node-mongodb-native/ >`_,
138
- use
139
- `createIndex() <http://mongodb.github.io/node-mongodb-native/2.1/tutorials/create-indexes/ >`_.
137
+ `Node.JS driver <https://docs.mongodb.com/drivers/node/current/ >`_,
138
+ use ``createIndex() ``.
140
139
141
- .. class :: copyable-code
142
140
.. code-block :: javascript
143
141
144
142
collection .createIndex ( { < key and index type specification> }, function (err , result ) {
157
155
callback (result);
158
156
}
159
157
160
- The ` createIndex() <http://mongodb.github.io/node-mongodb-native/2.1/tutorials/create-indexes/>` _
161
- method only creates an index if an index of the same
162
- specification does not already exist.
158
+ The ` ` createIndex ()` ` method only creates an index if an index
159
+ of the same specification does not already exist.
163
160
164
161
- id: php
165
162
content: |
Original file line number Diff line number Diff line change @@ -21,12 +21,7 @@ Definition
21
21
22
22
Takes the documents returned by the aggregation pipeline and writes
23
23
them to a specified collection. The :pipeline:`$out` operator must
24
- <<<<<<< HEAD
25
24
be *the last stage* in the pipeline.
26
- =======
27
- be *the last stage* in the pipeline. The :pipeline:`$out` operator
28
- lets the aggregation pipeline return result sets of any size.
29
- >>>>>>> b84304d59 (remove rouge agg framework)
30
25
31
26
.. versionchanged:: 3.2.0
32
27
Original file line number Diff line number Diff line change @@ -346,17 +346,6 @@ applications to access real-time data changes without the complexity
346
346
and risk of tailing the oplog. Applications can use change streams to
347
347
subscribe to all data changes on a collection or collections.
348
348
349
- <<<<<<< HEAD
350
- =======
351
- Transactions
352
- ------------
353
-
354
- Starting in MongoDB 4.2, with the introduction of :doc:`distributed
355
- transactions </core/transactions>`, multi-document transactions are
356
- available on sharded clusters.
357
-
358
- .. include:: /includes/extracts/transactions-committed-visibility.rst
359
-
360
349
Additional Information
361
350
~~~~~~~~~~~~~~~~~~~~~~
362
351
@@ -369,9 +358,4 @@ e-book.
369
358
See also:
370
359
371
360
- :doc:`/core/transactions`
372
- - :doc:`/core/transactions-production-consideration`
373
- - :doc:`/core/transactions-sharded-clusters`
374
-
375
-
376
- >>>>>>> a02c196e5 (DOCSP-19108 update aggregation-framework -> aggregation-pipeline-intro (#686))
377
-
361
+ - :doc:`/core/transactions-production-consideration`
You can’t perform that action at this time.
0 commit comments