We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corr
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
See details on #13548
GroupsAccumulator
No response
Used here in @MrPower's benchmark:
https://github.com/MrPowers/mrpowers-benchmarks/blob/0b586a0657d7f6cfd55d89508e15b95e79bd4010/benchmarks/datafusion_h2o_groupby_queries.py#L37
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
2010YOUY01
Successfully merging a pull request may close this issue.
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
corr
functioncorr
function (likely by implementingGroupsAccumulator
)Describe alternatives you've considered
No response
Additional context
Used here in @MrPower's benchmark:
https://github.com/MrPowers/mrpowers-benchmarks/blob/0b586a0657d7f6cfd55d89508e15b95e79bd4010/benchmarks/datafusion_h2o_groupby_queries.py#L37
The text was updated successfully, but these errors were encountered: