mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
A low value of inSubQueryThreshold can cause queries with IN filter to plan as joins more commonly. However, some of these join queries may not get planned as IN filter on data nodes and causes significant perf regression.