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

Use xxhash in persistent index #4755

Merged
merged 3 commits into from
Apr 8, 2022
Merged

Use xxhash in persistent index #4755

merged 3 commits into from
Apr 8, 2022

Conversation

decster
Copy link
Contributor

@decster decster commented Apr 2, 2022

What type of PR is this:

  • bug
  • feature
  • enhancement
  • others

Which issues of this PR fixes :

Fixes #4769

Problem Summary(Required) :

This PR change the hash function of persistent index from murmur to xxhash, according to https://github.com/Cyan4973/xxHash, it has better quality and performance.

@decster decster linked an issue Apr 2, 2022 that may be closed by this pull request
@decster decster merged commit c2e22c6 into StarRocks:main Apr 8, 2022
blackstar-baba pushed a commit to blackstar-baba/starrocks that referenced this pull request Apr 18, 2022
This PR change the hash function of persistent index from murmur to xxhash, according to https://github.com/Cyan4973/xxHash, it has better quality and performance.
blackstar-baba pushed a commit to blackstar-baba/starrocks that referenced this pull request Apr 28, 2022
This PR change the hash function of persistent index from murmur to xxhash, according to https://github.com/Cyan4973/xxHash, it has better quality and performance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use xxhash in persistent index
3 participants