Note
- In V4.3.4, you can query whether the group commit feature is enabled by using the parameters kv_group_commit_batch_size and kv_group_commit_rw_mode.
Description
The enable_kv_group_commit parameter is used to specify whether to enable the group commit feature.
Privilege requirements
Query the parameter
The
systenant and all user tenants can execute theSHOW PARAMETERSstatement or query theGV$OB_PARAMETERSview to query the parameter.Modify the parameter
The
systenant and user tenants can modify the parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Bool |
| Default value | False |
| Valid values |
|
| Modifiable | Yes. You can execute the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The parameter takes effect immediately after it is set. |
Examples
The following example shows how to enable the group commit feature.
obclient> ALTER SYSTEM SET enable_kv_group_commit=True;