ganos.parallel.transaction is a string variable that controls how Ganos handles parallel transaction commits during parallel operations. Default: transaction_commit.
Values
| Value | Behavior |
|---|---|
transaction_commit | Parallel transactions commit and roll back together with the main transaction. This is the default. |
fast_commit | Ganos cannot commit or roll parallel transactions back along with the main transaction. |
Examples
Set the variable for the current session:
SET ganos.parallel.transaction = transaction_commit;该文章对您有帮助吗?