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 @@ -160,6 +160,14 @@ options, then creates a session with these options:
160
160
161
161
.. sharedinclude:: dbx/transactions-parallelism.rst
162
162
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
+
163
171
Example
164
172
-------
165
173
@@ -211,4 +219,4 @@ guide, see the following API Documentation:
211
219
- `StartSession() <{+api+}/mongo#Client.StartSession>`__
212
220
- `TransactionOptions <{+api+}/mongo/options#TransactionOptions>`__
213
221
- `SetWriteConcern() <{+api+}/mongo/options#TransactionOptionsBuilder.SetWriteConcern>`__
214
- - `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__
222
+ - `InsertMany() <{+api+}/mongo#Collection.InsertMany>`__
You can’t perform that action at this time.
0 commit comments