Skip to content

Commit 960ea66

Browse files
DOCSP-45883 - Parallelism in transactions (#135) (#136)
(cherry picked from commit 5ea0b78) Co-authored-by: Mike Woofter <[email protected]>
1 parent 61ee400 commit 960ea66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/write/transactions.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,11 @@ following steps:
134134

135135
If you require more control over your transactions, you can use the ``start_transaction()``
136136
method. You can use this method with the ``commit_transaction()`` and ``abort_transaction()``
137-
methods described in the preceding section to manually manage the transaction lifecycle.
137+
methods described in the preceding section to manually manage the transaction lifecycle.
138+
139+
.. note:: Parallel Operations Not Supported
140+
141+
{+driver-short+} does not support running parallel operations within a single transaction.
138142

139143
Additional Information
140144
----------------------

0 commit comments

Comments
 (0)