- Avoid Object Relational Mappers. They create complex queries that hard to optimize.
- Analyze locks. Row level locking is better than table level locking. Use async replication
- Single database choke point? Create parallel databases and let a driver select between them.
- Use metrics. Visualize what's happening to your system using one of the many monitoring packages.
- Lack of Feature Flags. Turn off features via a flag so when a spike hits less important features can be turned off to reduce load.
Wednesday, September 21, 2011
Database scalability tips
Subscribe to:
Post Comments (Atom)
0 kommentarer:
Post a Comment