Re: Dramatic performance drop when table > 100MB
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
Subject
Views
Written By
Posted
3893
November 01, 2004 09:48PM
2678
November 02, 2004 06:46AM
Re: Dramatic performance drop when table > 100MB
2518
November 02, 2004 10:38AM
2976
November 02, 2004 04:14PM
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.