-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
enhancementNew feature or requestNew feature or request
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/correlation.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
corr
function - Improve performance of
corr
function (likely by implementingGroupsAccumulator
)
Describe alternatives you've considered
No response
Additional context
Used here in @MrPower's benchmark:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request