Re: Slow(er) Query Response
Since MySQL is using the index to find where to start getting values (key = bygroupid), but is not using the index to actually get those values (not "Using index" in Extra) something may be wrong with your index. Under different conditions does it ever use index in Extra? You said there's 1.3 M records; perhaps there's not enough key buffer to hold all the indexes? What are the values of your key_reads and key_read_requests?
Subject
Views
Written By
Posted
5164
November 11, 2004 03:48PM
2652
November 11, 2004 07:02PM
2357
November 11, 2004 07:14PM
2515
November 11, 2004 08:13PM
2429
November 12, 2004 07:26AM
2222
November 12, 2004 02:45PM
Re: Slow(er) Query Response
2674
November 16, 2004 07:34PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.