Is MySQL index_length in bytes?

前端 未结 1 1900
孤城傲影
孤城傲影 2021-02-13 10:13

The MySQL documentation defines index_length as \"The length of the index file\" but doesn\'t specify the unit. Is it bytes?

http://dev.mysql.com/doc/refman/5.1/en/show

相关标签:
1条回答
  • 2021-02-13 10:42

    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 讨论(0)
提交回复
热议问题