abhishekagarwal87 commented on PR #13173: URL: https://github.com/apache/druid/pull/13173#issuecomment-1271167600
@somu-imply - I looked at that benchmark. None of those queries seem to have any complex sub-query. It would be better to hand-craft a couple of nested group-by queries that are going to hit the code path you changed. The nested group-by can have a large in-filter (1000). This is when we know how much time is getting added to planning. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
