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 bba657f commit b41818bCopy full SHA for b41818b
source/write/transactions.txt
@@ -134,6 +134,15 @@ completes the following actions:
134
Insert completed: AcknowledgedInsertOneResult{insertedId=BsonObjectId{value=...}}
135
Update completed: AcknowledgedUpdateResult{matchedCount=1, modifiedCount=1, upsertedId=null}
136
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
146
Additional Information
147
----------------------
148
0 commit comments