Skip to content

Commit b41818b

Browse files
authored
DOCSP-45882: Transactions parallelism admonition (#104)
1 parent bba657f commit b41818b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/write/transactions.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@ completes the following actions:
134134
Insert completed: AcknowledgedInsertOneResult{insertedId=BsonObjectId{value=...}}
135135
Update completed: AcknowledgedUpdateResult{matchedCount=1, modifiedCount=1, upsertedId=null}
136136

137+
.. sharedinclude:: dbx/transactions-parallelism.rst
138+
139+
.. replacement:: driver-specific-content
140+
141+
If you're using {+mdb-server+} v8.0 or later, you can perform
142+
write operations on multiple namespaces within a single transaction by using
143+
the ``bulkWrite()`` method. For more information, see the :ref:`<scala-bulk-write>`
144+
guide.
145+
137146
Additional Information
138147
----------------------
139148

0 commit comments

Comments
 (0)