enable_kv_group_commit

2025-11-14 07:33:33  Updated

Note

Description

The enable_kv_group_commit parameter is used to specify whether to enable the group commit feature.

Privilege requirements

  • Query the parameter

    The sys tenant and all user tenants can execute the SHOW PARAMETERS statement or query the GV$OB_PARAMETERS view to query the parameter.

  • Modify the parameter

    The sys tenant and user tenants can modify the parameter.

Attributes

Attribute Description
Type Bool
Default value False
Valid values
  • True: When this value is set to True, the server groups operations based on the execution plan and executes them in groups.
  • False: When this value is set to False, the server executes operations in the original order.
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;

Contact Us