Scalability Analysis - Availability checking
Growth Table: Availability Checking System
| Users | Requests per Second | Data Stored | Latency Requirements | System Changes |
|---|---|---|---|---|
| 100 | ~10-50 | Small (KBs) | Low (seconds) | Single server, simple DB |
| 10,000 | ~1,000 | MBs | Low (seconds) | Load balancer, caching, DB indexing |
| 1,000,000 | ~100,000 | GBs | Very low (milliseconds) | Horizontal scaling, DB sharding, CDN, async processing |
| 100,000,000 | ~10,000,000 | TBs | Very low (milliseconds) | Multi-region deployment, advanced caching, microservices |