File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
reference/operator/aggregation Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ Definition
4646 information, see :ref:`merge-behavior-same-collection`.
4747
4848 - Pipelines with the :pipeline:`$merge` stage can run on
49- `` replica set secondary nodes`` if all the nodes in cluster have
49+ replica set secondary nodes if all the nodes in cluster have
5050 :ref:`featureCompatibilityVersion <view-fcv>` set
5151 to ``4.4`` or higher and the :doc:`/core/read-preference`
5252 allows secondary reads.
5353
5454 - Read operations of the :pipeline:`$merge` statement are sent to
55- `` secondary`` nodes, while the write operations occur only on the
56- `` primary`` nodes .
55+ secondary nodes, while the write operations occur only on the
56+ primary node .
5757
5858 - Not all driver versions support targeting of :pipeline:`$merge`
5959 operations to replica set secondary nodes. Check your
Original file line number Diff line number Diff line change @@ -155,14 +155,14 @@ $out Read Operations Run on Secondary Replica Set Members
155155~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
156156
157157Starting in MongoDB 4.4, :pipeline:`$out` can run on
158- `` replica set secondary nodes`` if all the nodes in
158+ replica set secondary nodes if all the nodes in
159159cluster have :ref:`featureCompatibilityVersion <view-fcv>` set
160160to ``4.4`` or higher and the :doc:`/core/read-preference` is set to
161161secondary.
162162
163163Read operations of the :pipeline:`$out` statement occur on the
164- `` secondary`` nodes, while the write operations occur only on the
165- `` primary`` nodes.
164+ secondary nodes, while the write operations occur only on the
165+ primary nodes.
166166
167167Not all driver versions support targeting of :pipeline:`$out`
168168operations to replica set secondary nodes. Check your
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ Starting in MongoDB 4.4:
394394 output to a collection in the same database database where the
395395 aggregation is run.
396396
397- - :pipeline:`$out` can only run on `` replica set secondary nodes`` if
397+ - :pipeline:`$out` can only run on replica set secondary nodes if
398398 all the nodes in cluster have
399399 :ref:`featureCompatibilityVersion <view-fcv>` set to ``4.4`` or
400400 higher and the :doc:`/core/read-preference` allows secondary reads.
@@ -434,7 +434,7 @@ Starting in MongoDB 4.4:
434434 only output to a collection in the same database where the aggregation
435435 is run.
436436
437- - :pipeline:`$merge` can only run on `` replica set secondary nodes`` if
437+ - :pipeline:`$merge` can only run on replica set secondary nodes if
438438 all the nodes in cluster have
439439 :ref:`featureCompatibilityVersion <view-fcv>` set to ``4.4`` or
440440 higher and the :doc:`/core/read-preference` allows secondary reads.
You can’t perform that action at this time.
0 commit comments