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 2022/01/19 04:45:00 UTC

[iotdb] branch tsfile_split updated (fd202f4 -> d30dac5)

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

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


    from fd202f4  Merge remote-tracking branch 'origin/master' into tsfile_split
     add d30dac5  Add shell and doc

No new revisions were added by this update.

Summary of changes:
 .../Maintenance-Tools/TsFile-Split-Tool.md         | 52 +++++++++++++++++++
 .../Maintenance-Tools/TsFile-Split-Tool.md         | 51 +++++++++++++++++++
 ...int-tsfile-sketch.bat => split-tsfile-tool.bat} |  4 +-
 ...print-tsfile-sketch.sh => split-tsfile-tool.sh} |  4 +-
 .../org/apache/iotdb/db/tools/TsFileSplitTool.java | 58 +++++++++++++---------
 5 files changed, 142 insertions(+), 27 deletions(-)
 create mode 100644 docs/UserGuide/Maintenance-Tools/TsFile-Split-Tool.md
 create mode 100644 docs/zh/UserGuide/Maintenance-Tools/TsFile-Split-Tool.md
 copy server/src/assembly/resources/tools/tsfileToolSet/{print-tsfile-sketch.bat => split-tsfile-tool.bat} (96%)
 copy server/src/assembly/resources/tools/tsfileToolSet/{print-tsfile-sketch.sh => split-tsfile-tool.sh} (92%)
 mode change 100755 => 100644