Note
- For V4.3.4, you can query whether the group commit feature is enabled by using the kv_group_commit_batch_size and kv_group_commit_rw_mode parameters.
Description
enable_kv_group_commit specifies whether to enable the group commit feature.
Privilege requirements
Query the parameter
The
systenant and all user tenants can use theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview to query this parameter.Modify the parameter
The
systenant and user tenants can modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Boolean |
| Default value | False |
| Value range |
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Enable the group commit feature.
obclient> ALTER SYSTEM SET enable_kv_group_commit=True;
