vote up 1 vote down star

Hi everyone,

I'm wondering if there's some sort of runtime mechanism that would observe the queries that are running against my database server; record how many queries of each "type" are running; look at the performance of these queries; then, based on this runtime data, suggest what indexes need to be added/removed.

I'm working against MySQL at the moment; if you know of similar tools for other DB vendors, I'd be interested to know, too. Thanks!!

flag

I answered then realised you mentioned MySQL!! – Mitch Wheat Mar 14 at 3:57

2 Answers

vote up 1 vote down check

I'd suggest giving Jet Profiler a try. The free version is a bit limited but i still found it useful. It will do most of what you have asked, but you may struggle to find a tool that will suggest indexes for you though.

link|flag
Just gave it a shot... Looks very promising! Thanks! – Alex Mar 15 at 17:55
vote up 0 vote down

how about the New MySQL Query Profiler (since 5.0.37)? google has some more.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.