Skip to content

Commit 0d66cf6

Browse files
authored
Merge pull request #606 from mcmorisi/DOCSP-45872-transaction-parallel
DOCSP-45872: Parallel operations note
2 parents 88c396a + 7cfd6e1 commit 0d66cf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/fundamentals/transactions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ If you require more control over your transactions, you can use the ``startTrans
123123
method. You can use this method with the ``commitTransaction()`` and ``abortTransaction()``
124124
methods described in the preceding section to manually manage the transaction lifecycle.
125125

126+
.. sharedinclude:: dbx/transactions-parallelism.rst
127+
126128
Additional Information
127129
----------------------
128130

0 commit comments

Comments
 (0)