morningman commented on pull request #7474:
URL: https://github.com/apache/incubator-doris/pull/7474#issuecomment-1009002210


   There are two main issues
   
   1. all query requests need to send an RPC to Master FE, which is too much 
overhead.
   2. Limiter is not set in the right place. For example, for query, it should 
be handled at the place where the query plan is finally sent to BE. For load, 
the frequency of transactions should be limited.


-- 
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...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to