首批通过分布式安全可靠测评,为关键业务系统打造
runtime_filter_type
更新时间:2026-07-10 11:28:10
runtime_filter_type 用于设置租户级别的 Runtime Filter 类型。
说明
该变量从 V4.2.0 版本开始引入。
| 属性 | 描述 |
|---|---|
| 参数类型 | varchar |
| 默认值 | BLOOM_FILTER,RANGE,IN |
| 取值范围 |
说明若取值为 BLOOM_FILTER,RANGE 或 IN,则必须选取其中至少一项。 |
| 生效范围 |
|
| 是否只读 | 否 |
| 是否影响计划生成 | 是 |
| 是否重启生效 | 否 |
示例
set runtime_filter_type = 'range,in,bloom_filter';
set global runtime_filter_type = 'range';
set runtime_filter_type = '';