builtin_db_data_verify_cycle

2025-11-14 07:33:33  Updated

Note

This parameter is available starting with V2.2.50.

Description

builtin_db_data_verify_cycle specifies the cycle for checking data bad blocks.

Privilege requirements

  • Query the parameter

    The sys tenant and all user tenants can use the SHOW PARAMETERS statement to query this parameter.

  • Modify the parameter

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

Attributes

Attribute Description
Type Int
Default value 20, in days.
Value range [0, 360]
0 indicates that no check is performed.
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 cycle for checking data bad blocks to 20 days.

obclient> ALTER SYSTEM SET builtin_db_data_verify_cycle=20;

References

I/O-related parameters

Contact Us