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

   Specifying the response size limit using raw_byte is inconvenient. 
   Most scenarios will need to set the limit to multiple-MB.
   For instance, 128MB would be 128000000. 
   i.e., "pinot.broker.max.query.response.size.bytes":"128000000"
   
   With the new config, it would be: 
   "pinot.broker.max.query.response.size.megabytes":"128"
   
   If both configs of raw_byte and mega_byte are set, it will take the smaller 
value. 
   
   Also clarified that: if both query.response.size and server.response.size 
are given, then the server.response.size will take precedence (i.e., ignoring 
the query.response.size value). 
   


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