Not every problem needs to be solved at scale.
In 2014, we had a service that was underperforming. Everyone reached for: sharding, async queues, auto-scaling groups.
But the actual fix? Rewrite a 40-line SQL query with proper indexing.
Scalability is sexy, but judgment is leadership. Knowing when not to scale is just as important.