doctording edited a comment on issue #10227: URL: https://github.com/apache/druid/issues/10227#issuecomment-743980497
+1; because each row of aggregated data will be calculated by the case_searched expression; especially when there are a lot of rows after aggregation and lots of `or` calculations of a case_searched expression. so `in` calculations are recommend. You can do a test on `org.apache.druid.math.expr.FunctionExpr#eval` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
