Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4258358
  • 博文数量: 1148
  • 博客积分: 25453
  • 博客等级: 上将
  • 技术积分: 11949
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-06 21:14
文章分类

全部博文(1148)

文章存档

2012年(15)

2011年(1078)

2010年(58)

分类: Mysql/postgreSQL

2011-08-05 19:53:40

留空





行存储格式
1.固定格式
2.动态格式
3.压缩格式


1.查看行存储格式
mysql> show table status like 't' \G;
*************************** 1. row ***************************
           Name: t
         Engine: MyISAM
        Version: 10
     Row_format: Fixed
           Rows: 3
 Avg_row_length: 15
    Data_length: 45
Max_data_length: 4222124650659839
   Index_length: 1024
      Data_free: 0
 Auto_increment: NULL
    Create_time: 2011-08-05 19:07:26
    Update_time: 2011-08-05 19:22:22
     Check_time: NULL
      Collation: latin1_swedish_ci
       Checksum: NULL
 Create_options:
        Comment:
1 row in set (0.00 sec)

ERROR:
No query specified

mysql>








阅读(783) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~