This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a change to branch experimental/index
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from d991bfd Experiment 1831
new a92ee19 sepersate MetadataIndexTree
new 0969f20 separate BloomFilter
new 8cf5af7 fix bugs
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
example/tsfile/pom.xml | 2 +-
.../{test1831 => test1835}/TsFileAggregation.java | 40 +--
.../TsFileAggregationV2.java} | 46 ++--
.../{test1831 => test1835}/TsFileRawRead.java | 43 +--
.../TsFileRawReadV2.java} | 47 ++--
.../{test1832 => test1835}/TsFileSketchTool.java | 8 +-
.../TsFileWrite.java} | 69 +++--
.../{test1831 => test1835}/TsFileWriteV2.java | 67 +++--
.../file/metadata/MetadataIndexConstructor.java | 42 +--
.../{TsFileMetadata.java => TsFileMetadataV2.java} | 22 +-
.../fileSystem/fsFactory/LocalFSFactory.java | 20 +-
.../iotdb/tsfile/read/TsFileSequenceReader.java | 300 +++++++++++++++++++--
.../tsfile/read/controller/IMetadataQuerier.java | 2 +
.../read/controller/MetadataQuerierByFileImpl.java | 68 ++++-
.../tsfile/read/query/executor/TsFileExecutor.java | 3 +-
.../apache/iotdb/tsfile/write/TsFileWriter.java | 4 +-
.../iotdb/tsfile/write/writer/TsFileIOWriter.java | 140 ++++++++--
.../iotdb/tsfile/utils/FilePathUtilsTest.java | 4 +-
18 files changed, 706 insertions(+), 221 deletions(-)
copy example/tsfile/src/main/java/org/apache/iotdb/tsfile/{test1831 =>
test1835}/TsFileAggregation.java (63%)
copy
example/tsfile/src/main/java/org/apache/iotdb/tsfile/{test1831/TsFileAggregation.java
=> test1835/TsFileAggregationV2.java} (61%)
copy example/tsfile/src/main/java/org/apache/iotdb/tsfile/{test1831 =>
test1835}/TsFileRawRead.java (67%)
copy
example/tsfile/src/main/java/org/apache/iotdb/tsfile/{test1831/TsFileRawRead.java
=> test1835/TsFileRawReadV2.java} (65%)
rename example/tsfile/src/main/java/org/apache/iotdb/tsfile/{test1832 =>
test1835}/TsFileSketchTool.java (98%)
copy
example/tsfile/src/main/java/org/apache/iotdb/tsfile/{test1831/TsFileWriteV2.java
=> test1835/TsFileWrite.java} (59%)
copy example/tsfile/src/main/java/org/apache/iotdb/tsfile/{test1831 =>
test1835}/TsFileWriteV2.java (59%)
copy
tsfile/src/main/java/org/apache/iotdb/tsfile/file/metadata/{TsFileMetadata.java
=> TsFileMetadataV2.java} (89%)