Live data from Hacker News

10M page views in a few hours for an analytics platform

usefathom.com

1–2 of 2 posts

Re: 10M page views in a few hours for an analytics platform

#2
tl;dr:

Database did not have correct indexes.

Database is not scalable (serverless).

IOPS were hard limited by AWS plan.

No performance metrics/alerts in place to easily pin-point the issue.

Infrastructure resources are shared by all users (one user going viral means that all the other users are affected).

Article was somewhat confusing for me, as it didn't clearly state the problem (bottleneck), solution or architecture.