You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2023/07/11 06:53:49 UTC

[iotdb] branch master updated (142cfbbcc74 -> ec700a1ed40)

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

xingtanzjr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 142cfbbcc74 fix user guide,update *.tsfile.mod to *.tsfile.mods (#10503)
     add ec700a1ed40 added the selection of files to be merged based on mods file size in the inner compaction selector (#10480)

No new revisions were added by this update.

Summary of changes:
 .../execute/task/InnerSpaceCompactionTask.java     | 12 ++++
 .../DefaultCompactionTaskComparatorImpl.java       |  7 +++
 .../impl/SizeTieredCompactionSelector.java         | 71 +++++++++++++++-------
 .../dataregion/modification/ModificationFile.java  |  5 +-
 .../compaction/CompactionTaskComparatorTest.java   | 40 ++++++++++++
 .../inner/InnerSpaceCompactionSelectorTest.java    | 33 ++++++++++
 .../dataregion/tsfile/FakedTsFileResource.java     |  1 +
 7 files changed, 146 insertions(+), 23 deletions(-)