How to find size of individual columns and indexes in mysql/innodb database?

Posted by taw on Stack Overflow See other posts from Stack Overflow or by taw
Published on 2010-03-13T10:55:56Z Indexed on 2010/03/13 11:05 UTC
Read the original article Hit count: 147

Filed under:
|

SHOW TABLE STATUS LIKE 'foo' returns Data_length - size of all data, and Index_length - size of all indexes. What's the best way to get per-column and per-index breakdown?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about innodb