ankitsultana opened a new issue, #10796: URL: https://github.com/apache/pinot/issues/10796
https://github.com/apache/pinot/blob/c78026da7372d8ab4c71360df20c32c48a29da50/pinot-query-runtime/src/main/java/org/apache/pinot/query/service/dispatch/QueryDispatcher.java#L237 For queries with large number of stages and high number of workers, this loop to log execution stats can become expensive (number of stages x number of workers iterations per query). With partition level parallelism, most users will have 100s of partitions so this issue will worsen (OpChain would be at partition level). Though we are running on an old build internally, I think the issue remains on master. cc: @KKcorps @walterddr : let me know your thoughts. -- 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]
