morningman opened a new pull request, #28369:
URL: https://github.com/apache/doris/pull/28369

   1. Use consistent hash algo as the default assigner for file query scan node
       A consistent assignment can better utilize the page cache of BE node.
   
   2. Cache the consistent hash ring
       Init a consistent hash ring is time-consuming because there a thousands 
of virtual node need to be added.
       So cache it for better performance


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