MySQL Forums
Forum List  »  Performance

Re: Slow(er) Query Response
Posted by: Daniel Nichter
Date: November 16, 2004 07:34PM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
4847
November 11, 2004 03:48PM
2495
November 11, 2004 07:02PM
2221
November 11, 2004 07:14PM
2339
November 11, 2004 08:13PM
2291
November 12, 2004 07:26AM
2061
November 12, 2004 02:45PM
Re: Slow(er) Query Response
2505
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.