Yukun Zhou created IOTDB-4982:
---------------------------------
Summary: Replace recursion algorithm in Traverser with iteration
algorithm
Key: IOTDB-4982
URL: https://issues.apache.org/jira/browse/IOTDB-4982
Project: Apache IoTDB
Issue Type: Bug
Reporter: Yukun Zhou
Assignee: yanze chen
Fix For: master branch
Currently, the algorithm in MTree Traverser is implemented based on recursion,
which is unable to support iterative result consumption and makes it hard to
control memory usage.
Therefore, we need to implement the algorithm based on iteration, which can
refer to AbstractTreeVisitor used in ClusterSchemaTree.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)