Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1954

Can anyone help me with the SHOW TABLE STATUS OUTPUT (2 replies)

$
0
0
Hi all,
I create a simple table like:
Create table test_vchar
(id bigint, content varchar(500));
then I inserted 2 rows like (1,'abcde') and (2,'abcde');
then I issued a SHOW TABLE STATUS command, from the result I saw Avg_row_length of the table is 8192, I don't know how is it calculated, is the max length of my record be 8+500*3?

Viewing all articles
Browse latest Browse all 1954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>