Low Level Design of Youtube’s last watched video feature (part – 2)
Introduction In the previous part we discussed how we can efficiently update today’s watched video history and maintain it. Now lets build on that idea further and discuss the design of the history feature and other subsystems with limit scope, I included those for completeness. So let’s dive in. Problem defination, requirement and scope Lets…