ganos.parallel.transaction

更新时间:
复制 MD 格式

ganos.parallel.transaction is a string variable that controls how Ganos handles parallel transaction commits during parallel operations. Default: transaction_commit.

Values

ValueBehavior
transaction_commitParallel transactions commit and roll 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 the variable for the current session:

SET ganos.parallel.transaction = transaction_commit;