Haonan Hou created IOTDB-707:
--------------------------------
Summary: Optimize TsFileResource memory usage
Key: IOTDB-707
URL: https://issues.apache.org/jira/browse/IOTDB-707
Project: Apache IoTDB
Issue Type: Improvement
Reporter: Haonan Hou
Assignee: Haonan Hou
Currently, the TsFileResource uses two map to store device start times and end
times information. Since these two map are using same deviceIds as their keys,
it will be better to use one map to reduce the memory allocation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)