Skip to content

Commit 9c77552

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

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
@@ -159,6 +159,14 @@ options, then creates a session with these options:
159159

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

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

@@ -210,4 +218,4 @@ guide, see the following API Documentation:
210218
- `StartSession() <{+api+}/mongo#Client.StartSession>`__
211219
- `TransactionOptions <{+api+}/mongo/options#TransactionOptions>`__
212220
- `SetWriteConcern() <{+api+}/mongo/options#TransactionOptionsBuilder.SetWriteConcern>`__
213-
- `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__
221+
- `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__

0 commit comments

Comments
 (0)