56,876
社区成员




mysql> show table status;
+------+--------+---------+------------+--------+----------------+-------------+-----
| Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_
+------+--------+---------+------------+--------+----------------+-------------+-----
| t1 | MyISAM | 10 | Fixed | 100000 | 9 | 900000 | 2533
| t2 | InnoDB | 10 | Compact | 11 | 1489 | 16384 |
| ta | InnoDB | 10 | Compact | 3 | 5461 | 16384 |
| tb | InnoDB | 10 | Compact | 200 | 81 | 16384 |
+------+--------+---------+------------+--------+----------------+-------------+-----
4 rows in set (0.16 sec)
mysql>