You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ge...@apache.org on 2020/07/29 13:03:36 UTC

[incubator-iotdb] branch optimize_path updated (d1feeab -> ac56b20)

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

geniuspig pushed a change to branch optimize_path
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from d1feeab  Update PlanExecutor.java
     add ac56b20  update remove getNodesName

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  26 +--
 .../iotdb/db/engine/merge/task/MergeTask.java      |   2 +-
 .../org/apache/iotdb/db/metadata/MManager.java     | 136 ++++-----------
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 190 ++-------------------
 .../org/apache/iotdb/db/metadata/MetaUtils.java    |  43 -----
 .../org/apache/iotdb/db/monitor/StatMonitor.java   |   9 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  37 ++--
 .../org/apache/iotdb/db/utils/FilePathUtils.java   |   2 +-
 .../org/apache/iotdb/db/utils/SchemaUtils.java     |   2 +-
 .../iotdb/db/writelog/recover/LogReplayer.java     |   2 +-
 .../iotdb/db/engine/storagegroup/TTLTest.java      |   4 +-
 .../apache/iotdb/db/integration/IoTDBLastIT.java   |   9 +-
 12 files changed, 96 insertions(+), 366 deletions(-)