MySQL - How to convert data_length to actual size?
Posted
by ming yeow
on Stack Overflow
See other posts from Stack Overflow
or by ming yeow
Published on 2010-05-20T01:32:56Z
Indexed on
2010/05/20
1:40 UTC
Read the original article
Hit count: 255
mysql
|database-administration
I am trying to optimize the database buffer size, but i am finding the
SHOW TABLE STATUS
rather cryptic. I know that the data length is "165719261184"- how do i convert that into actual megabytes?
© Stack Overflow or respective owner