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
4983
November 11, 2004 03:48PM
2571
November 11, 2004 07:02PM
2291
November 11, 2004 07:14PM
2449
November 11, 2004 08:13PM
2367
November 12, 2004 07:26AM
2142
November 12, 2004 02:45PM
Re: Slow(er) Query Response
2613
November 16, 2004 07:34PM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.