Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The IN-list threshold is currently set to 200 (it was bumped up from 20 previously since Drill did not have the Values operator). Now that Drill can support large IN lists through the Values operator, we should drop the threshold back and in fact lower it to 10.
For lists below this threshold, Calcite will build a binary tree of OR's. Above this threshold, it will create a ValuesRel .