MySQL Forums
Forum List  »  InnoDB

Can anyone help me with the SHOW TABLE STATUS OUTPUT
Posted by: Rony Pan
Date: November 28, 2015 09:28PM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
Can anyone help me with the SHOW TABLE STATUS OUTPUT
1229
November 28, 2015 09:28PM


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.