You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/12 06:57:30 UTC

[GitHub] [incubator-doris] xinyiZzz commented on pull request #9521: [improvement][performance] improve lru cache resize performance and memory usage

xinyiZzz commented on PR #9521:
URL: https://github.com/apache/incubator-doris/pull/9521#issuecomment-1124604826

   Hi @gaodayue 
   Please provide test results to demonstrate the performance and memory usage benefits of singly linked list, especially at high concurrency.
   
   The lru cache is used globally in Doris, and the resize is very low frequency. It will only be resized frequently when the BE is cold started.


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

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


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