Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Arnaldo M Pereira
How to find un-indexed queries in MySQL, without using the log at Xaprb - http://www.xaprb.com/blog...
"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. But what if the slow query log isn’t enabled and you are using (or consulting on) MySQL 5.0 or earlier, where it can’t be enabled on the fly unless you’re using a patched server such as Percona’s enhanced builds? You can still capture these queries." - Arnaldo M Pereira from Bookmarklet