2010YOUY01 opened a new issue, #25310: URL: https://github.com/apache/datafusion/issues/25310
### Is your feature request related to a problem or challenge? Existing benchmarks like TPCH/Clickbench provides great evaluation on aggregation performance, however not all existing optimizations are covered, See this section: - https://github.com/apache/datafusion/blob/04ca5aced902a15035a7ec48a3efe79316b235e2/datafusion/physical-plan/src/aggregates/mod.rs#L20 The issue is some optimizations might get dropped by mistake during development, here is a example - https://github.com/apache/datafusion/issues/25157 ### Describe the solution you'd like Implement a microbenchmark for aggregation, and try to exercise all available optimizations/fast-paths. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
