Details
-
New Feature
-
Status: In Review (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
Q2/2026 Server Maintenance, Q2/2026 Server Development
Description
MDEV-9826 adds some xxh use in the server, now we can add an sql function, same as md5 and others
After discussion with the team (bar,serg,ycp), we decided to go with the following function signatures:
XXH32(expr) --> INT UNSIGNED
|
XXH3(expr) --> BIGINT UNSIGNED
|
XXH64(expr) --> BIGINT UNSIGNED (will be done in a spearate task)
|
XXH128(expr) --> BINARY(16) (will be done in a separate task)
|
Attachments
Issue Links
- is blocked by
-
MDEV-9826 better hash algorithms for PARTITION BY KEY
-
- Closed
-
- relates to
-
MDEV-27208 Implement 2-ary CRC32() and the CRC32C() function
-
- Closed
-
-
MDEV-9826 better hash algorithms for PARTITION BY KEY
-
- Closed
-
-
MDEV-32016 change the hash used for hash unique
-
- Open
-