SteveYurongSu opened a new pull request #2511:
URL: https://github.com/apache/iotdb/pull/2511


   There are several points that can be optimized:
   
   1. Avoid Java boxing / unboxing in LRUCache and SafetyLine
   
   2. Avoid unnecessary memory copy in SerializableRowReordList
   
   3. Memory control:
   
     3.1 Disable memory control when there are no text fields
   
     3.2 Stricter eviction upper bound
   
   4. Use lighter data structures: RowRecord -> Object[] 
   
   JIRA: https://issues.apache.org/jira/browse/IOTDB-1113


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


Reply via email to