This is an automated email from the ASF dual-hosted git repository.
geniuspig pushed a change to branch optimize_path_v2
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 02c0181 mmagner and mtree.
new 8a30a4f excutor and physical
new fb6cef2 path and plan
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:
.../org/apache/iotdb/db/engine/StorageEngine.java | 79 +++++------
.../iotdb/db/engine/modification/Deletion.java | 5 +-
.../iotdb/db/engine/modification/Modification.java | 15 +-
.../db/engine/querycontext/QueryDataSource.java | 7 +-
.../engine/storagegroup/StorageGroupProcessor.java | 55 +++++---
.../db/engine/storagegroup/TsFileProcessor.java | 8 +-
.../org/apache/iotdb/db/metadata/MManager.java | 151 +++++++++++----------
.../java/org/apache/iotdb/db/metadata/MTree.java | 44 +++---
.../org/apache/iotdb/db/metadata/PartialPath.java | 5 +
.../apache/iotdb/db/qp/executor/IPlanExecutor.java | 3 +-
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 128 ++++++++---------
.../db/qp/logical/crud/BasicFunctionOperator.java | 13 +-
.../db/qp/logical/crud/BasicOperatorType.java | 1 +
.../iotdb/db/qp/logical/crud/InOperator.java | 12 +-
.../db/qp/logical/sys/DeletePartitionOperator.java | 7 +-
.../db/qp/physical/crud/AlignByDevicePlan.java | 7 +-
.../db/qp/physical/crud/DeletePartitionPlan.java | 10 +-
.../db/query/control/QueryResourceManager.java | 4 +-
.../groupby/GroupByWithValueFilterDataSet.java | 7 +-
.../groupby/GroupByWithoutValueFilterDataSet.java | 7 +-
.../dataset/groupby/LocalGroupByExecutor.java | 3 +-
.../iotdb/db/query/executor/IQueryRouter.java | 5 +-
.../iotdb/db/query/executor/QueryRouter.java | 47 ++++---
.../iotdb/db/sync/receiver/load/FileLoader.java | 3 +-
.../org/apache/iotdb/db/utils/SchemaUtils.java | 13 +-
25 files changed, 345 insertions(+), 294 deletions(-)