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
3 articles tagged
Each scaling tier exists to remove one specific bottleneck. Here is which bottleneck, in what order, and what each fix costs you.
Three isolation models, how to pick one, and why the dangerous bug is always a query somebody forgot to scope.
Read-only mode, buffered writes and a rehearsed failover turn a database outage into degraded service instead of a dead product.