runtime_filter_wait_time_ms specifies the maximum waiting duration of runtime filters.
Note
This variable is introduced since OceanBase Database V4.2.0.
| Attribute | Description |
|---|---|
| Type | INT |
| Default value | 10, in ms |
| Value range | [0, +∞) |
| Applicable scope |
|
| Read-only | No |
| Involved in serialization | Yes |
| Effective only after restart | No |
Examples
set runtime_filter_wait_time_ms = 100;
set global runtime_filter_wait_time_ms = 50;