You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/03/24 12:58:36 UTC

[incubator-iotdb] branch new_TsFile updated (ea64fd7 -> a618d70)

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a change to branch new_TsFile
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from ea64fd7  fix init file metadata
     add a618d70  Add TimeSeriesMetadataCache in server

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-engine.properties         |   6 +-
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  13 +++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   2 +
 .../db/engine/cache/CacheHitRatioMonitor.java      |   5 +
 .../engine/cache/CacheHitRatioMonitorMXBean.java   |   2 +
 ...hunkCache.java => TimeSeriesMetadataCache.java} | 102 ++++++++++++---------
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java |   5 +-
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |   5 +-
 8 files changed, 91 insertions(+), 49 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/engine/cache/{ChunkCache.java => TimeSeriesMetadataCache.java} (50%)