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

   > A bit of context for this PR: we observed several latency spikes after 
restarting BE and found that it's caused by the resize operation (see the graph 
below), so we'd like to improve the resize operation in order to avoid any 
query timeout.
   > 
   > The cluster uses 200G page cache per BE and resizing single shard to 8 
million entries took >2 seconds.
   > 
   > I wrote a simple program to test the resize speed. From the results, we 
can see that for large resize, this PR reduces the resize duration by 60%. This 
PR also reduces the memory usage, but it's not our main concern.
   
   Convincing test results, nice job~


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