-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Is your feature request related to a problem or challenge?
The corr function is used in the h20 benchmark and is quite slow.
https://github.com/apache/datafusion/blob/main/datafusion/functions-aggregate/src/median.rs
It would be great to make it faster so our performance in the H2o benchmark improves
Describe the solution you'd like
See details on #13548
- Add a benchmark for
medianfunction - Improve performance of
medianfunction (likely by implementingGroupsAccumulator)
Describe alternatives you've considered
No response
Additional context
Used here in @MrPower's benchmark:
Metadata
Metadata
Assignees
Labels
No labels