runtime_filter_max_in_num

2023-12-25 08:49:41  Updated

runtime_filter_max_in_num specifies the number of distinct values (NDV) in the filter condition specified by the runtime filter of the IN type.

Note

This variable is introduced since OceanBase Database V4.2.0.

Attribute Description
Type INT
Default value 1024
Value range [0, 10240]
Applicable scope
  • Global
  • Session
Read-only No
Involved in serialization Yes
Effective only after restart No

Examples

set runtime_filter_wait_time_ms = 100;
set global runtime_filter_max_in_num = 512;

Contact Us