We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d3f39 commit 7a1d47fCopy full SHA for 7a1d47f
source/reference/method/db.collection.mapReduce.txt
@@ -153,6 +153,17 @@ db.collection.mapReduce()
153
shard the results collection according to the
154
``_id`` field.
155
156
+ :param nonAtomic:
157
+
158
+ .. versionadded:: 2.1
159
160
+ Optional. Specify output operation as non-atomic such that
161
+ the output behaves like a normal ``multi`` :method:`update()
162
+ <db.collection.update()>`. The option is valid only for
163
+ ``merge`` and ``reduce`` output operations. If ``true``, post
164
+ processing step will not be executed under the write lock,
165
+ and partial results will be visible as they are processed.
166
167
.. seealso:: :term:`map-reduce`, provides a greater overview
168
of MongoDB's map-reduce functionality.
169
0 commit comments