B
Jun 11, 2026Building Video Heatmap Analytics with HyperLogLog in Postgres
How we built per-second video watch heatmaps using HyperLogLog sketches in Postgres, with mergeable
Jun 11, 20269 min read1 reactions0 comments
Tag archive
How we built per-second video watch heatmaps using HyperLogLog sketches in Postgres, with mergeable
When building at scale, answering a seemingly simple question like "How many unique users visited our...

Hyperloglog is another probabilistic data structure (just like bloom filter) which is used to find th...