server_balance_disk_tolerance_percent

2025-11-14 07:33:33  Updated

Note

This parameter is available starting with V1.4.

Description

server_balance_disk_tolerance_percent specifies the tolerance for disk load imbalance in the disk load balancing strategy.

Privilege requirements

  • Query the parameter

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

  • Modify the parameter

    Only the sys tenant can modify this parameter. User tenants cannot modify this parameter.

Attributes

Attribute Description
Parameter type Int
Default value 1
Value range [1, 100]
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

Set the tolerance for disk load imbalance in the disk load balancing strategy to 1.

obclient> ALTER SYSTEM SET server_balance_disk_tolerance_percent = 1;

References

Intra-tenant balancing

Contact Us