MySQL Forums
Forum List  »  Performance

Re: Mysql Speed Optimization
Posted by: James Day
Date: April 24, 2005 04:03PM

Giving the rows you want is most useful for ensuring that your programming still works properly when you add more columns. It's also faster to get just the rows you want instead of asking for all rows and discarding those you don't need.

There is already an index on the primary key so adding another index is unlikely to be helpful.

Are you using a my.cnf or on Windows a my.ini file? If not, using one will probably help. The buffer sizes you get with no my.cnf file are usually too small.

Options: ReplyQuote


Subject
Views
Written By
Posted
6120
April 19, 2005 05:17AM
Re: Mysql Speed Optimization
2504
April 24, 2005 04:03PM
2342
April 25, 2005 02:19AM


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.