This is an automated email from the ASF dual-hosted git repository.
zyk pushed a change to branch MemoryControl
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from bb9d2ff8c7 Memory control logic for some operators (#6964)
new aba1378919 implement memory control for schema operators
new fc6694bf9a Merge branch 'MemoryControl' of
https://github.com/apache/iotdb into MemoryControl
new 6647ae28ec Merge branch 'MemoryControl' of
https://github.com/apache/iotdb into MemoryControl
new 11b7a5f041 add retained size calculation
new d0a2ba4e96 add schema operator memory UT
The 5 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:
.../operator/schema/CountMergeOperator.java | 29 ++
.../operator/schema/DevicesCountOperator.java | 17 +
.../schema/LevelTimeSeriesCountOperator.java | 17 +
.../schema/NodeManageMemoryMergeOperator.java | 18 +
.../operator/schema/NodePathsConvertOperator.java | 15 +
.../operator/schema/NodePathsCountOperator.java | 18 +
.../schema/NodePathsSchemaScanOperator.java | 17 +
.../operator/schema/SchemaFetchMergeOperator.java | 29 ++
.../operator/schema/SchemaFetchScanOperator.java | 32 +-
.../operator/schema/SchemaQueryMergeOperator.java | 29 ++
.../schema/SchemaQueryOrderByHeatOperator.java | 40 ++
.../operator/schema/SchemaQueryScanOperator.java | 21 +-
.../operator/schema/TimeSeriesCountOperator.java | 17 +
.../mpp/execution/operator/OperatorMemoryTest.java | 454 +++++++++++++++++++++
14 files changed, 743 insertions(+), 10 deletions(-)