System DesignAdvanced
System Design: Solving the Top K Problem (Heavy Hitters)
System Design: Solving the Top K Problem The "Top K" problem (or Heavy Hitters) is about finding the $ most frequent items in a massive stream of data. For example: - YouTube: The top 10 trending videos in the last hour.…
Apr 20, 20263 min read
Deep Dive
#system-design#top-k#heavy-hitters