Note
This parameter is supported in ODP V4.3.1 BP4 and later V4.3.1.x releases, and in V4.3.4 and later.
Description
is_need_skip_delay_interval_schema_changed controls whether to skip the delay interval when a table’s schema_version changes.
It is mainly used for automatic range partition splits. For example, if partitions split within a 5-second window in OceanBase Database, ODP may require the next partition metadata rebuild to wait at least 5 seconds, preventing timely accurate routing. Setting this to True is recommended: when the partition schema_version is less than the table schema_version, refresh partition routing immediately without waiting for the interval.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Boolean |
| Default value | False |
| Value range |
|
| Effective only after ODP restart | No |
Examples
Run the following command to skip the delay interval when the table schema_version changes:
obclient> alter proxyconfig set is_need_skip_delay_interval_schema_changed='True';
