[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
BATCH
transactions offer higher performance, and allow other applications aside from the one doing the transaction to continue normal operations until the transaction is committed with TCOMMIT
. In batch mode, other processes are only locked out of normal operation during the commit phase of the transaction.
The effect of this is that the operations within the batch transaction will not be interleaved with global writes from other applications, but the entire lifetime of the transaction is not guaranteed to be serialized with respect to the transaction processing activities of other running applications in the environment.
This document was generated on May 5, 2025 using texi2html 5.0.