TeslaCN opened a new issue, #19347:
URL: https://github.com/apache/shardingsphere/issues/19347

   ## Feature Request
   
   Related to #19340.
   
   ### Is your feature request related to a problem?
   
   OOM may occur if result of a query is huge and streaming result set is 
disabled.
   
   ### Describe the feature you would like.
   
   Consider adding a new config `proxy-backend-query-max-rows` to limit max 
rows returns by ResultSet.
   ```yaml
   props:
   #  proxy-backend-query-fetch-size: -1
     proxy-backend-query-max-rows: 1000
   ```


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

Reply via email to