Key Compression Limits For k-minimum Value Sketches
Dickens Charlie, Bax Eric, Saydakov Alexander. Arxiv 2024
[Paper]
ARXIV
Independent
The -Minimum Values (\kmv) data sketch algorithm stores the least hash
keys generated by hashing the items in a dataset. We show that compression
based on ordering the keys and encoding successive differences can offer
bits per key in expected storage savings, where is the number
of unique values in the data set. We also show that expected bits
saved per key is optimal for any form of compression for the least of
random values – that the encoding method is near-optimal among all methods to
encode a \kmv sketch. We present a practical method to perform that
compression, show that it is computationally efficient, and demonstrate that
its average savings in practice is within about five percent of the theoretical
minimum based on entropy. We verify that our method outperforms off-the-shelf
compression methods, and we demonstrate that it is practical, using real and
synthetic data.
Similar Work