SCALABILITY
How to Scale a Node.js API from 100 to 1M Requests
Each scaling tier exists to remove one specific bottleneck. Here is which bottleneck, in what order, and what each fix costs you.
6 min read
2 articles tagged
Each scaling tier exists to remove one specific bottleneck. Here is which bottleneck, in what order, and what each fix costs you.
Read-only mode, buffered writes and a rehearsed failover turn a database outage into degraded service instead of a dead product.