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

jackietien pushed a change to branch LogQueryMemoryControl
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from b244c79  add more logs
     new d2639e6  delete log
     new cde5fc4  add command show slow query

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../antlr4/org/apache/iotdb/db/qp/sql/SqlBase.g4   |  9 ++++
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |  1 +
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 10 ++++
 ...rgeOperator.java => ShowSlowQueryOperator.java} |  8 ++--
 .../apache/iotdb/db/qp/physical/sys/ShowPlan.java  |  2 +-
 ...MergeStatusPlan.java => ShowSlowQueryPlan.java} |  8 ++--
 .../apache/iotdb/db/qp/sql/IoTDBSqlVisitor.java    |  8 ++++
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  7 ++-
 .../db/query/control/QueryResourceManager.java     | 55 ++++++++++++++++------
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  1 +
 10 files changed, 82 insertions(+), 27 deletions(-)
 copy 
server/src/main/java/org/apache/iotdb/db/qp/logical/sys/{MergeOperator.java => 
ShowSlowQueryOperator.java} (82%)
 copy 
server/src/main/java/org/apache/iotdb/db/qp/physical/sys/{ShowMergeStatusPlan.java
 => ShowSlowQueryPlan.java} (85%)

Reply via email to