Skip to content

Commit f99b90b

Browse files
committed
v2.1+ client bw link in parallelism note
(cherry picked from commit 1877c6b)
1 parent c25b44a commit f99b90b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/fundamentals/transactions.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@ options, then creates a session with these options:
160160

161161
.. sharedinclude:: dbx/transactions-parallelism.rst
162162

163+
.. replacement:: driver-specific-content
164+
165+
If your application is connected to {+mdb-server+} v8.0 or later,
166+
you can perform write operations on multiple namespaces within a
167+
single transaction by using the client bulk write feature. To
168+
learn more, see the :ref:`golang-bulk-client` section of the Bulk
169+
Operations guide.
170+
163171
Example
164172
-------
165173

@@ -211,4 +219,4 @@ guide, see the following API Documentation:
211219
- `StartSession() <{+api+}/mongo#Client.StartSession>`__
212220
- `TransactionOptions <{+api+}/mongo/options#TransactionOptions>`__
213221
- `SetWriteConcern() <{+api+}/mongo/options#TransactionOptionsBuilder.SetWriteConcern>`__
214-
- `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__
222+
- `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__

0 commit comments

Comments
 (0)