yiguolei commented on issue #7502:
URL: 
https://github.com/apache/incubator-doris/issues/7502#issuecomment-1015197025


   @i7xh 
   Two example:
   1.  Currently doris‘s concurrency control is based on tablet, one tablet 
---> exec fragment, there is only one thread to deal with the data at query 
engine. If use pushed engine, could expand the computing thread num at run time.
   2. In pull engine, if one fragment contains 3 or more node, like  scan--> 
filter--> agg there is only one node is executing, but in  push based engine, 
node executing could be async, for example scan and agg could execute at same 
time.


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to