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 849509d commit 312f0b7Copy full SHA for 312f0b7
source/usage-examples/bulkWrite.txt
@@ -15,9 +15,8 @@ Perform Bulk Operations
15
The ``bulkWrite()`` method performs batch write operations against a
16
*single* collection. This method reduces the number of network round trips from
17
your application to the server which therefore increases the throughput and
18
-performance. Since you only receive the success status after the batch
19
-write returns, we recommend you use this if that meets the requirements
20
-of your use case.
+performance. Bulk writes return a collection of results for all operations
+only after *all* operations passed to the method complete.
21
22
You can specify one or more of the following write operations in
23
``bulkWrite()``:
0 commit comments