Rachelint commented on issue #12114:
URL: https://github.com/apache/datafusion/issues/12114#issuecomment-2306375118

   > I am also curious what is the compatible matrix for all aggregation 
optimizations (like can skip-partial-aggregation and external-aggregation 
triggered in the same execution, for all combinations) Specifying them in 
configuration manual and code doc can make it easier to understand the 
aggregation details, and also write more effective tests
   
   In my knowledge, it may be:
   
   |                   | spilling | streaming(sorted) | skip partial | blocke 
emission |   |   |   |   |   |
   
|-------------------|----------|-------------------|--------------|-----------------|---|---|---|---|---|
   | spilling          |          | x                 | o            | x        
       |   |   |   |   |   |
   | streaming(sorted) | x        |                   | o            | o        
       |   |   |   |   |   |
   | skip partial      | o        | x                 |              | o        
       |   |   |   |   |   |
   | blocke emission   | x        | x                 | o            |          
       |   |   |   |   |   |
   |                   |          |                   |              |          
       |   |   |   |   |   |
   |                   |          |                   |              |          
       |   |   |   |   |   |
   |                   |          |                   |              |          
       |   |   |   |   |   |
   |                   |          |                   |              |          
       |   |   |   |   |   |
   |                   |          |                   |              |          
       |   |   |   |   |   |
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to