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 2021/12/08 10:39:17 UTC

[GitHub] [incubator-doris] GoGoWen commented on pull request #7293: improve memory usage for broker load

GoGoWen commented on pull request #7293:
URL: https://github.com/apache/incubator-doris/pull/7293#issuecomment-988695679


   > I got your point. But after this, we have to call `tuple_pool.acquire_data()` for every single line. So that it will impact all normal loading process. I think we need to think twice to find a better way..
   
   thanks for your reply,  Yes we have to call "tuple_pool.acquire_data()" for every single line,  but seem it's no heavy as it just move chunk info do not allocate/free memory.   better to do a test to see the performance decrease than before. 


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