MySQL Forums
Forum List  »  Performance

Re: Questions about performance for huge table (100M+ rows)
Posted by: Boyd Hemphill
Date: February 03, 2009 10:01AM

There is a neat feature of mysql that is not documented very well but can give you some of the suggestions Rick provides

select ... procedure analyse() (note the British spelling)

It basically helps optimize column types.

http://dev.mysql.com/doc/refman/5.0/en/procedure-analyse.html

Options: ReplyQuote




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.