开发者

Is MySQL index_length in bytes?

The MySQL documentation defines index_length as "The length of开发者_StackOverflow社区 the index file" but doesn't specify the unit. Is it bytes?

http://dev.mysql.com/doc/refman/5.1/en/show-table-status.html


Yes, it is bytes. The same holds true for the other lengths in show table status. They are all in bytes:

Avg_row_length
Data_length
Max_data_length
Index_length
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜