List:General Discussion« Previous MessageNext Message »
From:mos Date:February 23 2010 10:33pm
Subject:Re: Index analyser
View as plain text  
At 03:28 PM 2/23/2010, you wrote:
>Is there still no such thing anywhere for Mysql as an index analyser?
>Many others have such a thing that will sit and monitor db activity over a 
>poeriod of time and suggest the exact indexes on each table based on what 
>it has seen to improve performance....
>Anyone got that for MySQL?

You can look at www.maatkit.org/doc/mk-query-digest.html


DESCRIPTION

This tool was formerly known as mk-log-parser.

mk-query-digest is a framework for doing things with events from a query 
source such as the slow query log or PROCESSLIST. By default it acts as a 
very sophisticated log analysis tool. You can group and sort queries in 
many different ways simultaneously and find the most expensive queries, or 
create a timeline of queries in the log, for example. It can also do a 
"query review," which means to save a sample of each type of query into a 
MySQL table so you can easily see whether you've reviewed and analyzed a 
query before. The benefit of this is that you can keep track of changes to 
your server's queries and avoid repeated work. You can also save other 
information with the queries, such as comments, issue numbers in your 
ticketing system, and so on.


Mike 

Thread
Index analyserBryan Cantwell23 Feb
  • Re: Index analysermos23 Feb
    • RE: Index analyserBryan Cantwell24 Feb
      • RE: Index analyserAndrew Braithwaite24 Feb
        • RE: Index analyserAndrew Braithwaite24 Feb
      • Re: Index analyserBaron Schwartz25 Feb
Re: Index analyseredberg23 Feb