How can an application server be scaled when load increases on system?
How can we scale in terms of Database when load to application increases?
- Using Cache with Database
- Partitioning/Sharding of Data
- Range based
- Hash based
- Consistent hashing
- Distributed database
- Configuring Database Connection Pooling
- CDN

[private]
[/private]
0 Comments