Jialin Qiao created IOTDB-1372:
----------------------------------
Summary: Enhance management of TsFileResource
Key: IOTDB-1372
URL: https://issues.apache.org/jira/browse/IOTDB-1372
Project: Apache IoTDB
Issue Type: Improvement
Components: Core/Engine
Reporter: Jialin Qiao
For each data file TsFile, we generate a TsFileResource, which contains the
time interval of paths in this file. The TsFileResource is used as a time
filter to locate data.
Currently, all TsFileResources are cached in memory (TsFileManagement.java).
This may cause OOM. We need to control its memory.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)