Comments on: Duplicate index checker improved http://www.xaprb.com/blog/2006/09/07/duplicate-index-checker-improved/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Peter Zaitsev http://www.xaprb.com/blog/2006/09/07/duplicate-index-checker-improved/#comment-1725 Peter Zaitsev Fri, 08 Sep 2006 13:43:49 +0000 http://www.xaprb.com/blog/?p=222#comment-1725 One more idea I had but never had time to implement is finding unused indexes. This could be done as running EXPLAINs on the queries from the log (UPDATE/DELETE need to be modified) and list of indexes compared to total list of indexes.

So you can see which indexes are used a lot which are used rarely and which are never used by this set of queries :)

]]>