MySQL Forums
Forum List  »  Performance

Re: Dramatic performance drop when table > 100MB
Posted by: Harrison Fisk
Date: November 02, 2004 10:38AM

Hi,

Do you have an index (or primay key) on msgid? If not, then you should definitely add one.

ALTER TABLE Simple ADD INDEX (msgid);

If you already have one, then we will have to look at some other possiblities.

Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Dramatic performance drop when table > 100MB
2455
November 02, 2004 10:38AM


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.