Will it be better to apply hash function on elements before adding to hll or it doesn’t necessary ? And what the hash function does aerospike use ?
yarosman
1
kporter
2
Currently, we do not provide an API to send pre-hashed values. So if you sent hashed values, they would be re-hashed on the server.
We use the MurmurHash3_x64_128.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Apply HLL Union with externally provided HLL | 3 | 569 | January 14, 2023 | |
|
What will Aerospike do if there is a hash collision (two records have the same key)?
|
2 | 4365 | December 25, 2014 | |
|
How does Aerospike hash the key to store on the cluster?
|
3 | 2063 | June 18, 2020 | |
| Get Aerospike hyperLogLog(HLL) intersection count of multiple HLL unions | 20 | 1184 | February 10, 2023 | |
| Hash tables inside hash table - data modelling problem | 1 | 76 | November 19, 2024 |