Back to course home
0% completed
Vote For New Content
In the Sliding Window With Count approach, why do we need to store the counts fo...
S
Dec 17, 2022
In the Sliding Window With Count approach, why do we need to store the counts for all 60 minutes? We only need to store it for one minute, and keep aggregating the hourly count to enforce the hourly limit. That would reduce our storage requirements to roughly match the fixed minutely window approach with some extra per-user storage for hourly usage. What am I missing?
0
0
Comments
Comments