chenhao7253886 opened a new issue #1184: Optimizing memory usage in expr computation URL: https://github.com/apache/incubator-doris/issues/1184 Now the memory used in expr is freed in close(), a lot of of memory is not freed when PlanNode is running, which causes delays in allocating memory and inadequate use of memory. I plan to improve it by freeing memroy in every getNext.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
