Mysql---show table status
SHOW TABLE STATUS會返回以下欄位:
Name |
表的名稱 |
Engine |
表的儲存引擎。在MySQL 4.1.2之前,本值被標記為Type。 |
Version |
表的.frm檔案的版本號 |
Row_format |
行儲存格式(Fixed, Dynamic, Compressed, Redundant, Compact)。InnoDB表的格式被報告為Redundant或Compact |
Rows |
行的數目。部分儲存引擎,如MyISAM,儲存精確的數目。對於其它儲存引擎,比如InnoDB,本值是一個大約的數,與實際值相差可達40到50%。在這些情況下,使用SELECT COUNT(*)來獲得準確的數目。對於在INFORMATION_SCHEMA資料庫中的表,Rows值為NULL。 |
Avg_row_length |
平均的行長度。
|
Data_length |
資料檔案的長度。 |
Max_data_length |
資料檔案的最大長度。如果給定了資料指標的大小,這是可以被儲存在表中的資料的位元組總數。
|
Index_length |
索引檔案的長度。 |
Data_free |
被整序,但是未使用的位元組的數目。 |
Auto_increment |
下一個AUTO_INCREMENT值。 |
Create_time |
表建立時間。 |
Update_time |
什麼時候資料檔案被最後一次更新 |
Check_time |
什麼時候表被最後一次檢查。不是所有的儲存引擎此時都更新,在此情況下,值為NULL。 |
Collation |
表的字符集和整序。 |
Checksum |
活性校驗和值。 |
Create_options |
和CREATE TABLE同時使用的額外選項。 |
Comment |
建立表時使用的評註(或者有關為什麼MySQL可以訪問表資訊的說明)。 |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29500582/viewspace-1432324/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle ASM Partnership and Status TableOracleASM
- mysql學習之-show table status(獲取表的資訊)引數說明MySql
- Check failed: status == CUDNN_STATUS_SUCCESS (4 vs. 0) CUDNN_STATUS_INTERNAL_ERRORAIDNNError
- git status 命令Git
- Check database status in RACDatabase
- STATUS OF ORACLE INSTANCEOracle
- git status命令詳解Git
- [Oracle Script] Log switch statusOracle
- SHOW SLAVE STATUS 詳解
- 理解 oracle 的 “lsnrctl status”Oracle
- SAP CRM One order裡user status和system status的mapping邏輯APP
- 拆分Table 為Partition Table
- MySQL show status 命令詳解MySql
- jQuery : ajax獲取Status CodejQuery
- MySQL的show engine innodb statusMySql
- 監控innodb status指標指標
- [Oracle Script] Undo Usage Per statusOracle
- XMLHttpRequest物件的status屬性XMLHTTP物件
- iOS Status Bar 的隱藏iOS
- MySQL SHOW STATUS命令介紹MySql
- struts2 status屬性
- status 與 state 的區別
- Listener in INTERMEDIATE status with "Not All Endpoints Registered
- Listener in INTERMEDIATE status with "Not All Endpoints Registered"
- 理解 oracle 的 “lsnrctl status”(ZT)Oracle
- show engine innodb status 詳解
- php-status監控流程PHP
- HTTP Status 400 – Bad RequestHTTP
- [Oracle] Partition table exchange Heap tableOracle
- html~table、table cell的使用HTML
- 如何修改table及partitions Table
- table
- [20210506]RAC crsctl status ... -v 獲取last started or status changes資訊.txtAST
- HTTP狀態碼->HTTP Status CodeHTTP
- MySQL show engine innodb status 詳解MySql
- SHOW ENGINE INNODB STATUS資訊詳解
- HTTP狀態碼(HTTP Status Code)HTTP
- 關於“Client 000 has status ‘not modifiable’”client