Note
Due to changes in the corresponding logic in V4.x, this parameter is no longer used and was removed starting from V4.0.0.
Description
enable_one_phase_commit specifies whether to enable the one-phase commit optimization feature.
Attributes
| Attribute | Description |
|---|---|
| Type | Bool |
| Default value | False |
| Value range |
|
| Effective upon OBServer node restart | No |
Examples
Enable the one-phase commit optimization feature.
obclient> ALTER SYSTEM SET enable_one_phase_commit = True;