MySQL Forums
Forum List  »  Newbie

Re: Table size
Posted by: Chris Stubben
Date: March 24, 2005 05:49PM

Try this. It will give you the average value or length for each column, and as a bonus will suggest column types you should be using.

select * from table procedure analyse();


You can count rows for table sizes, check the data directory for file size, or use a gui interface- they usually list that stuff I think.

Chris

Options: ReplyQuote


Subject
Written By
Posted
March 21, 2005 08:17AM
Re: Table size
March 24, 2005 05:49PM
March 24, 2005 08:59PM


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.