Community

How to find un-indexed queries in MySQL, without using the log

(Baron Schwartz) You probably know that it’s possible to set configuration variables to log queries that don’t use indexes to the slow query log in MySQL. This is a good way to find tables that might need indexes.

Read More - Register for Free Membership