7 Bottlenecks That Hurt the Scalability of Your System

Bobi
Dev Genius
Published in
3 min readJul 25, 2021

--

Scalability means the capability of the system to process increased workload while maintaining the same latency.

For example, if your system takes X seconds to respond to a user’s request. It should take the same amount of time to respond to each of the million concurrent user requests.

Scalable Application(Img Source)

--

--