ALGORITHMS & DATA STRUCTURES · PRO CONCEPT
126

HyperLogLog

Count unique items in massive datasets using constant memory.

HyperLogLogcardinalityapproximate
  • Where HyperLogLog fits in a system design conversation.
  • How HyperLogLog changes the architecture under real traffic pressure.
  • What to watch for when cardinality becomes the bottleneck.