iotdb
iotdb copied to clipboard
[IOTDB-4562] Optimization of ITimeIndex
Description
- Optimize
FileTimeIndex#getDevices(). Read from .resource directly instead of read from TsFile. - Optimize memery usage of TsFileResource.
timeIndexTypeis redundant and offending. I migrate it into ITimeIndex.