agavra commented on PR #10157:
URL: https://github.com/apache/pinot/pull/10157#issuecomment-1400935030

   > I remember that we had a discussion about having a parallelism query 
parameter to allow setting this at the query-level, but would there be any 
configs set in the broker/server? (e.g. to set max number of parallelism a user 
is allowed to set)
   
   My follow-up PR will have a query option for parallelism. Then there will be 
a server configuration that could set the max allowed parallelism per-server 
(that would allow you to configure different configs per server if you had 
different physical resources). Then the idea is that the actual parallelism 
would be `min(query_limit, server_limit)` for each server.


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

Reply via email to