Quote:
Originally Posted by masterross
Hi,
Thank for the advice!
I've enabled slow query log with log-queries-not-using-indexes but how to find out where are the missing indexes?
It store almost all queries 
|
You probably have a serious problem with your database
To find the querys without indexes, you could try to increase the slow query time, so that less querys get logged. Another aproach might be the tool mysqldumpslow referenced in the
mysql documentation.
I haven't done such things myself yet, so I can not really help you here any further...