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/20 08:57:27 UTC

[incubator-iotdb] branch optimize_path updated (87ec7d7 -> 0338da9)

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 87ec7d7  code
     add 0338da9  code

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 21 +++++-
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 78 ++++++++++++++++++++++
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  2 +-
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    | 58 ++++++++--------
 .../qp/strategy/optimizer/ConcatPathOptimizer.java |  2 +-
 .../org/apache/iotdb/db/utils/SchemaUtils.java     | 38 ++++++++++-
 .../org/apache/iotdb/tsfile/read/common/Path.java  | 20 +++++-
 7 files changed, 186 insertions(+), 33 deletions(-)