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
230230-------------------------
231231
232232For :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.
235236
236237For :dbcommand:`mapReduce` operations, only "inline"
237238: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 .
240241
241242.. [#edge-cases-2-primaries]
242243
You can’t perform that action at this time.
0 commit comments