walterddr opened a new pull request, #10135:
URL: https://github.com/apache/pinot/pull/10135

   currently all processing of multistage query occupies the 
default-grpc-thread until opChain is scheduled or ServerExecutorV1Impl launches 
query request. this potentially decreases the throughput of QueryServer. 
   
   - Making it async by submitting the query compilation to also run on the 
same threadpool as the opChain
   - This behavior is more align with how current V1 engine works as both the 
planMaker/combine operator and the segment plans are run on the same threadpool


-- 
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

Reply via email to