You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/07/10 02:33:46 UTC

[incubator-iotdb] branch cluster_new updated (75c233b -> 87a649d)

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

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


    from 75c233b  Merge pull request #1464 from mychaow/cluster_new
     add 5db19a9  [IOTDB-774]Fix "show timeseries" OOM problem (#1470)
     add 212a6df  Update config.js
     add 72cf44b  Merge branch 'master' into cluster_new
     add 87a649d  fix renames

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/ClusterPlanExecutor.java   |  15 +-
 .../cluster/server/member/DataGroupMember.java     |   6 +-
 docs/SystemDesign/SchemaManager/SchemaManager.md   |  45 ++++++
 .../zh/SystemDesign/SchemaManager/SchemaManager.md |  41 ++++++
 .../org/apache/iotdb/db/metadata/MManager.java     |  14 +-
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  52 +++----
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 153 +++++++++------------
 .../db/qp/physical/sys/ShowTimeSeriesPlan.java     |  26 ++--
 .../db/query/dataset/ShowTimeseriesDataSet.java    |  80 +++++++++++
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  40 +++++-
 .../java/org/apache/iotdb/db/utils/QueryUtils.java | 122 ++++++++++++++--
 .../iotdb/db/integration/IoTDBSimpleQueryIT.java   | 151 ++++++++++++++++++++
 site/src/main/.vuepress/config.js                  |   4 +-
 13 files changed, 600 insertions(+), 149 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/query/dataset/ShowTimeseriesDataSet.java