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: [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]
