show table status like 'table'\G 詳細資料介紹,tablestatus

來源:互聯網
上載者:User

show table status like 'table'\G 詳細資料介紹,tablestatus

mysql> show table status like'leyangjun'\G
*************************** 1. row ***************************
 Name: leyangjun                 表名字        
 Engine: MyISAM                 表格儲存體引擎
 Version: 10                          版本
 Row_format: Dynamic        行格式
 Rows: 3999999                   表中的行數(對於非事物表是精確的)
 Avg_row_length: 31             平均每行包含的位元組數
 Data_length: 127995956           整個表的資料量(以位元組進行計算)
 Max_data_length: 281474976710655    表最大的容納量
 Index_length: 41114624            索引資料佔用磁碟空間的大小
 Data_free: 0                               對於myisam表,表示已指派,但未使用的空間
 Auto_increment: 4000001         下一個Auto_increment值
 Create_time: 2015-05-30 14:17:37     表最初建立的時間
 Update_time: 2015-05-30 14:25:07     表資料最近被更新的時間
 Check_time: NULL                 使用check table命令或myisamchk工具檢查時的最近檢查時間
 Collation: utf8_general_ci      表中預設的字元集和字元列定序
 Checksum: NULL                  如啟用,則對整個表的內容計算即時的校正和checksum
 Create_options:                         表建立時的其他所有選項
 Comment:                           本欄位包含了其他額外的資訊,
1 row in set (0.00 sec)

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.