Skip to content

Commit 312f0b7

Browse files
Improve vague wording (#127)
1 parent 849509d commit 312f0b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/usage-examples/bulkWrite.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Perform Bulk Operations
1515
The ``bulkWrite()`` method performs batch write operations against a
1616
*single* collection. This method reduces the number of network round trips from
1717
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.
18+
performance. Bulk writes return a collection of results for all operations
19+
only after *all* operations passed to the method complete.
2120

2221
You can specify one or more of the following write operations in
2322
``bulkWrite()``:

0 commit comments

Comments
 (0)