作为 MySQL DBA,大多数时候我们应该优化性能不佳的 MySQL 服务器。
现在我的问题是从哪里开始,就像我们需要找出很多事情一样
1.Find the duplicate indexes.
2.Find unused indexes on the basis of selectivity.
3.Monitor the Server Parameters(What should be important parameters).
4.Execute MySQL Server performance tuning script.
5.Slow logs
Run Code Online (Sandbox Code Playgroud)
那么检查服务器的顺序应该是什么,应该监视/分析的确切内容应该是什么,以提高性能。