deemoliu opened a new pull request, #17253: URL: https://github.com/apache/pinot/pull/17253
The PR has to be tagged with at least one of the following labels (*): `feature` `performance` `upsert` https://mojoauth.com/compare-hashing-algorithms/md5-vs-xxhash/ xxHash is a non-cryptographic hash function known for its exceptional speed and efficiency. Developed by Yann Collet, xxHash can produce hash values of varying sizes (32-bit, 64-bit, and 128-bit), making it versatile for different applications. Unlike MD5, xxHash is designed for performance rather than security and is optimized for hashing large amounts of data quickly. This PR introduced xxHash into Pinot Upsert primary key compression -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
