runtime_filter_wait_time_ms specifies the maximum wait time for a runtime filter.
Note
This variable is available starting with V4.2.0.
Attribute |
Description |
|---|---|
| Parameter type | int |
| Default Value | 10ms |
| Value range | [0,+∞) |
| Effective Scope |
|
| Read-only | No |
| Whether to participate in serialization | Yes |
| Whether restart is required for the change to take effect | No |
Example
set runtime_filter_wait_time_ms = 100;
set global runtime_filter_wait_time_ms = 50;
