More often that not, the RDBMS database will be the primary scalability bottleneck in your growing application. This is due to RDBMS’s natural resistance to horizontal scaling. Several strategies have evolved to mitigate this very problem, including read-replicas, partitioning, sharding, and o...