JackieTien97 opened a new pull request, #11594:
URL: https://github.com/apache/iotdb/pull/11594

   The process of PlanNode to Operator is a single-thread and blocking 
oepration in scheduling, so we should not put too much heavy work in it, we 
should try our best to let it simple and fast, so some heavy and unnecessary 
work should be delayed into the DriverTask which will be executed in seperated 
query worker thread and is async.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to