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

   I have some thoughts about why `SinglePartitioned` is faster than `Partial + 
FinalPartitioned` in high cardinality case.
   It may be as same as the `skip partial optimization` merged recently? 
   They all skipped the partial making no benefit in the `high cardinality + 
large amount distinct values` case?
   


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