[Runtime Filter] Why does the in_list (and min_max) runtime filter apply only to prune partitions #14231
Answered
by
xudong963
JasonLi-cn
asked this question in
Q&A
-
Why can't in_list runtime filter be applied to row granularity filtering, like bloom runtime filter.🤔 |
Beta Was this translation helpful? Give feedback.
Answered by
xudong963
Jan 4, 2024
Replies: 2 comments 2 replies
-
I would like to ping @xudong963 here , he is the Databend runtime filter impler. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JasonLi-cn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in_list
runtime filter will generate when build side row number is less than 1024, but bloom runtime filter doesn't have the limitation. They have similar effect for row granularity filtering, so using bloom runtime filter is enough.