agavra opened a new pull request, #10166: URL: https://github.com/apache/pinot/pull/10166
**DO NOT REVIEW:** this PR is stacked on top of #10157 - and that PR should be merged first. ----------- This PR introduces the per-query configuration of `stageParallelism` to allow running intermediate nodes in parallel. For example: `SET stageParallelism=2; SELECT ...` will run intermediate stages with 2x more threads than there are intermediate servers. The main change is in `WorkerManager`, where the configuration is utilized. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org