5 and i want to identify missing indexes in it. Can somebody please help me to identify ? This will help us to increase the performance of query that leads to application.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The best what I can think of is to use the EXPLAIN to check the execution plan of your query with index and without index and then see the difference in query performance.
You can also refer:
- Does MySQL exectution plan depend on available indexes?
- Using EXPLAIN to Write Better MySQL Queries
- How to find un-indexed queries in MySQL, without using the log