You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/04/28 16:20:10 UTC

[incubator-iotdb] branch tsfile_metadata_index_pro updated (ced199e -> d681409)

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

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


    from ced199e  Merge master and fix some problems
     add d681409  Implement in a new way by adding MetadataIndexEntry

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-engine.properties         |   3 +
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  32 +++--
 .../iotdb/db/engine/cache/TsFileMetaDataCache.java |  11 +-
 .../apache/iotdb/db/tools/TsFileSketchTool.java    |  15 +--
 .../apache/iotdb/spark/tsfile/WideConverter.scala  |   6 +-
 .../iotdb/tsfile/common/conf/TSFileConfig.java     |   2 +-
 .../file/metadata/MetadataIndexConstructor.java    | 142 ++++++++++++++++++++
 ...adataIndexNode.java => MetadataIndexEntry.java} |  10 +-
 .../tsfile/file/metadata/MetadataIndexNode.java    |  74 ++++++-----
 .../iotdb/tsfile/file/metadata/TsFileMetadata.java |  21 +--
 .../iotdb/tsfile/read/TsFileSequenceReader.java    | 146 ++++++++-------------
 .../iotdb/tsfile/write/writer/TsFileIOWriter.java  | 132 ++-----------------
 .../tsfile/file/metadata/utils/TestHelper.java     |  11 +-
 .../iotdb/tsfile/file/metadata/utils/Utils.java    |  11 +-
 .../iotdb/tsfile/write/TsFileIOWriterTest.java     |   5 +-
 15 files changed, 307 insertions(+), 314 deletions(-)
 create mode 100644 tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/MetadataIndexConstructor.java
 copy tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/{MetadataIndexNode.java => MetadataIndexEntry.java} (90%)