File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -230,13 +230,14 @@ Additional Considerations
230
230
-------------------------
231
231
232
232
For :doc:`aggregation pipeline </core/aggregation-pipeline>`
233
- operations, you must run on the primary if the pipeline includes either
234
- the :pipeline:`$out` stage or the :pipeline:`$merge` stage.
233
+ operations that include the :pipeline:`$out` or :pipeline:`$merge`
234
+ stages, the pipeline runs on the :term:`primary` member regardless of
235
+ read preference setting.
235
236
236
237
For :dbcommand:`mapReduce` operations, only "inline"
237
238
:dbcommand:`mapReduce` operations that do not write data support read
238
- preference. Otherwise, :dbcommand:`mapReduce` operations must run on
239
- the :term:`primary` members .
239
+ preference. Otherwise, :dbcommand:`mapReduce` operations run on the
240
+ :term:`primary` member .
240
241
241
242
.. [#edge-cases-2-primaries]
242
243
You can’t perform that action at this time.
0 commit comments