I just built an application with many complicated SQL queries – now I want to index them. Is there a good MySQL tool that lets me know what should be indexed?
I’ve heard about the Slow Query Log, but is there anything else that monitors my queries and tells me what needs to be indexed?
MySQL Query Analyzer helps you improve application performance by monitoring query performance and accurately pinpointing SQL code that is causing a slow down. With the new MySQL Connector Plug-ins, you can optimize performance applications more efficiently by communicating directly with the Query Analyzer.