This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a change to branch refactor-compaction-metrics
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from b07a9b7e47e refactor the write process of fast compaction
new 55bcfeb439f refactor the read process
new b8090e8382a refactor read process
The 2 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:
.../impl/ReadChunkCompactionPerformer.java | 6 ---
.../execute/utils/MultiTsFileDeviceIterator.java | 13 +++++-
.../readchunk/AlignedSeriesCompactionExecutor.java | 14 ++++--
.../readchunk/SingleSeriesCompactionExecutor.java | 8 ----
.../utils/writer/AbstractCompactionWriter.java | 13 ++++--
.../writer/AbstractCrossCompactionWriter.java | 1 -
.../writer/AbstractInnerCompactionWriter.java | 1 -
.../compaction/io/CompactionTsFileReader.java | 53 +++++++++++++++++++++-
.../compaction/io/CompactionTsFileWriter.java | 10 ++--
...ttenDataType.java => CompactionIoDataType.java} | 4 +-
.../db/service/metrics/CompactionMetrics.java | 9 ++--
11 files changed, 92 insertions(+), 40 deletions(-)
rename
server/src/main/java/org/apache/iotdb/db/engine/compaction/schedule/constant/{WrittenDataType.java
=> CompactionIoDataType.java} (93%)