HappenLee opened a new pull request #3820:
URL: https://github.com/apache/incubator-doris/pull/3820


   1. Add enable spilling in query option, upport spill disk in 
Analytic_Eval_Node, FE can open enable spilling by
   
            set enable_spilling = true;
   
   Now, Sort Node and Analytic_Eval_Node can spill to disk.
   2. Delete merge merge_sorter code we do not use now.
   3. Replace buffered_tuple_stream by buffered_tuple_stream2 in 
Analytic_Eval_Node and support spill to disk. Delete the useless code of 
buffered_block_mgr and buffered_tuple_stream.
   4. Add DataStreamRecvr Profile. Move the counter belong to DataStreamRecvr 
from fragment to DataStreamRecvr Profile to make clear of Running Profile.


----------------------------------------------------------------
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.

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