HyperLogLog in Practice: Algorithmic Engineering of a State of The Art...


Details
HyperLogLog in Practice: Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithmhttps://static.googleusercontent.com/media/research.google.com/en/us/pubs/archive/40671.pdf
Presented by Mike Mull, Software Engineer
Abstract:
Cardinality estimation has a wide range of applications and is of particular importance in database systems. Various algorithms have been proposed in the past, and the HyperLogLog algorithm is one of them. In this paper, we present a series of improvements to this algorithm that reduce its memory requirements and significantly increase its accuracy for an important range of cardinalities. We have implemented our proposed algorithm for a system at Google and evaluated it empirically, comparing it to the original HyperLogLog algorithm. Like HyperLogLog, our improved algorithm parallelizes perfectly and computes the cardinality estimate in a single pass
Street parking on 6th, 7th & 8th Avenues north of B Street is usually easy at that hour. Meters nearby are free after 6. Read signage before you park on A street.
If you're interested in presenting a paper please fill out this form (https://docs.google.com/forms/d/e/1FAIpQLScaI-fWdys27-ByT_HdtsJ73V4AxZr0hf1GSqLsQ1IwAaPdIQ/viewform) or talk to us in person at the meetup.

HyperLogLog in Practice: Algorithmic Engineering of a State of The Art...