This topic describes the ganos.parallel.transaction variable. This variable specifies whether Ganos can commit and roll parallel transactions back along with the main transaction while parallel operations are run.

Data type

String

Value

  • transaction_commit: specifies that Ganos can commit or roll parallel transactions back along with the main transaction. This is the default value.
  • fast_commit: specifies that Ganos cannot commit or roll parallel transactions back along with the main transaction.

Examples:

SET ganos.parallel.transaction  = transaction_commit;