Note
This parameter is removed starting with V4.0.0 because the corresponding feature is no longer used in V4.x.
Description
enable_one_phase_commit specifies whether to enable the one-phase commit optimization feature.
Attributes
| Attribute | Description |
|---|---|
| Parameter 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;
