ganos.parallel.transaction

更新时间:
复制 MD 格式

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

ValueDescription
transaction_commitParallel transactions are committed or rolled back together with the main transaction. This is the default.
fast_commitGanos 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;