writing_throttling_maximum_duration

2025-11-27 02:38:06  Updated

Note

This parameter was introduced in OceanBase Database V2.2.30.

Description

writing_throttling_maximum_duration specifies the time required for allocating the remaining memory of the MemStore after the write speed is limited. This parameter controls the write speed by controlling the memory allocation progress.

Limitations

  • Query the parameter

    In the sys tenant or a user tenant, you can execute the SHOW PARAMETERS statement to query the parameter or query the GV$OB_PARAMETERS view for the parameter.

  • Modify the parameter

    You can modify the parameter in the sys tenant or a user tenant.

Attributes

Attribute Description
Type Time
Default value 2h

Note

The default value is changed from 1h to 2h in OceanBase Database V4.0.0 and later.

Value range [1s, 3d]
Modifiable Yes. You can use the ALTER SYSTEM SET statement to modify the parameter.
Effective upon OBServer node restart No

Examples

Set the time required for allocating the remaining memory of the MemStore after the write speed is limited to 2h.

obclient> ALTER SYSTEM SET writing_throttling_maximum_duration = '2h';

Contact Us