How to recognize what indexes are not used?

Posted by tomaszs on Stack Overflow See other posts from Stack Overflow or by tomaszs
Published on 2010-05-24T21:08:19Z Indexed on 2010/05/24 21:11 UTC
Read the original article Hit count: 278

Filed under:
|
|
|
|

I have a table in MySQL with 7 indexes, most of them are on more than one column. I think here is too much indexes. Is there any way to get statistics of what indexes are used more by all thousands of queries to this database and what are less worthy so I know what index to consider to remove in first place?

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql