How we can analyze database performance and how we can fine tune it.
Here are few important analysis we need to do to improve database performance:
- Slow query analysis (http://mysqlyogi.blogspot.in/2013/01/slow-query-analysis.html)
- Worker thread analysis (http://mysqlyogi.blogspot.in/2013/01/worker-thread-analysis.html)
- Connections usage analysis
- Innodb status/data size analysis
- Memory usage analysis
- Key buffer analysis
- Query cache analysis
- Sort/join operation analysis
- Open file analysis
- Table cache analysis
- Temp table analysis
- Table scan analysis
- Table locking analysis
- Queries (insert/select/delete/update) analysis
- Storage engine analysis
No comments:
Post a Comment