File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,14 @@ options, then creates a session with these options:
159
159
160
160
.. sharedinclude:: dbx/transactions-parallelism.rst
161
161
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
+
162
170
Example
163
171
-------
164
172
@@ -210,4 +218,4 @@ guide, see the following API Documentation:
210
218
- `StartSession() <{+api+}/mongo#Client.StartSession>`__
211
219
- `TransactionOptions <{+api+}/mongo/options#TransactionOptions>`__
212
220
- `SetWriteConcern() <{+api+}/mongo/options#TransactionOptionsBuilder.SetWriteConcern>`__
213
- - `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__
221
+ - `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__
You can’t perform that action at this time.
0 commit comments