HTHou opened a new pull request #4530: URL: https://github.com/apache/iotdb/pull/4530
## Description Method 2 to reduce the TVList mem cost. After release the TVList, the empty Object array in arrayList is not trimmed but put back to the cache of TVListAllocator. If a longer TVList reused by a shorter TVList, the memory is wasted. Therefore, removing TVListAllocator and not reusing the TVList is another way to reduce TVList mem cost -- 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]
