runtime_bloom_filter_max_size specifies the maximum memory size for the runtime bloom filter, in bytes.
Note
This variable is available starting with V4.2.0.
Attribute |
Description |
|---|---|
| Parameter type | int |
| Default Value | 2147483648 |
| Value range | [0, 9223372036854775807 ] |
| 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_bloom_filter_max_size = 2 * 1024 * 1024 * 1024;
set global runtime_bloom_filter_max_size = 20 * 1024 * 1024;
