Controls whether Ganos commits or rolls back parallel transactions together with the main transaction during parallel operations. The default value is transaction_commit.
Type: String
Values
| Value | Description |
|---|---|
transaction_commit | Parallel transactions are committed or rolled 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 ganos.parallel.transaction for the current session:
SET ganos.parallel.transaction = transaction_commit;该文章对您有帮助吗?