Skip to content
New issue

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

Optimize quantilesExact{Low,High} to use nth_element instead of sort #34287

Merged
merged 2 commits into from Feb 3, 2022

Conversation

danlark1
Copy link
Contributor

@danlark1 danlark1 commented Feb 3, 2022

Changelog category (leave one):

  • Performance Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Optimize quantilesExact{Low,High} to use nth_element instead of sort

@robot-clickhouse robot-clickhouse added the pr-performance Pull request with some performance improvements label Feb 3, 2022
@alexey-milovidov alexey-milovidov added the can be tested Allows running workflows for external contributors label Feb 3, 2022
@kitaisreal kitaisreal self-assigned this Feb 3, 2022
@kitaisreal
Copy link
Collaborator

https://github.com/Mergifyio update

@kitaisreal
Copy link
Collaborator

@Mergifyio update

@mergify
Copy link
Contributor

mergify bot commented Feb 3, 2022

update

✅ Branch has been successfully updated

@danlark1
Copy link
Contributor Author

danlark1 commented Feb 3, 2022

image

@danlark1
Copy link
Contributor Author

danlark1 commented Feb 3, 2022

Failed tests look unrelated, don't they?

Copy link
Collaborator

@kitaisreal kitaisreal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test failures look unrelated.

@kitaisreal kitaisreal merged commit a01a74e into ClickHouse:master Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can be tested Allows running workflows for external contributors pr-performance Pull request with some performance improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants