Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        此模块预留了整理线程的接口供后续为每个TsFile提供一个整理线程在后台执行整理操作,但目前只允许整理线程的串行执行,避免了线程的不安全。

4.1 用户使用

4.1.1 运行方法

IoTDB> Settle <存储组>

或者

IoTDB> Settle <TsFile文件的绝对路径>

4.1.2 运行示例

IoTDB> Settle root.ln;
Msg: The statement is executed successfully.

或者

IoTDB> Settle C:\IOTDB\sourceCode\choubenson\iotdb\data\data\sequence\root.ln\0\0\1631261328514-1-0-2.tsfile

Msg: The statement is executed successfully.

4.2 单个TsFile的整理

4.2.1 工作流程

...