iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

[IOTDB-4562] Optimization of ITimeIndex

Open Cpaulyz opened this issue 3 years ago • 0 comments

Description

  • Optimize FileTimeIndex#getDevices(). Read from .resource directly instead of read from TsFile.
  • Optimize memery usage of TsFileResource. timeIndexType is redundant and offending. I migrate it into ITimeIndex.

Cpaulyz avatar Sep 30 '22 07:09 Cpaulyz