首批通过分布式安全可靠测评,为关键业务系统打造
runtime_bloom_filter_max_size
更新时间:2026-04-16 00:11:37
runtime_bloom_filter_max_size 用于设置 Runtime Bloom Filter 的最大使用内存,单位为字节。
说明
该变量从 V4.2.0 版本开始引入。
| 属性 | 描述 |
|---|---|
| 参数类型 | int |
| 默认值 | 2147483648 |
| 取值范围 | [0, 9223372036854775807 ] |
| 生效范围 |
|
| 是否只读 | 否 |
| 是否参与序列化 | 是 |
| 是否重启生效 | 否 |
示例
set runtime_bloom_filter_max_size = 2 * 1024 * 1024 * 1024;
set global runtime_bloom_filter_max_size = 20 * 1024 * 1024;