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

[incubator-iotdb] branch new_series_reader updated (a5c5961 -> 9501fcd)

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

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


    from a5c5961  review planner and RawDataQueryExecutor (#779)
     add 9501fcd  optimize QueryRouter

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/qp/physical/crud/QueryPlan.java       | 12 +++---
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  2 +-
 .../db/query/executor/AggregationExecutor.java     |  9 ++--
 .../iotdb/db/query/executor/QueryRouter.java       | 50 ++++++++++++----------
 .../db/query/executor/RawDataQueryExecutor.java    | 10 ++---
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  4 +-
 6 files changed, 46 insertions(+), 41 deletions(-)