myisam学习

1、有关mysql的一些问题

1、myisam引擎的表是否支持mvcc,插入、更新、删除的时候是否能够查询?
2、支持全文索引,那么innodb是否支持全文索引?
3、既然实例崩溃之后不支持安全恢复,有什么办法能尽量避免此问题?
mysql> show table status like  'submit_history_statistic_202006'\G
*************************** 1. row ***************************
           Name: submit_history_statistic_202006
         Engine: MyISAM
        Version: 10
     Row_format: Dynamic
           Rows: 24438
 Avg_row_length: 96                         --每行包含的字节数 
    Data_length: 2357960
Max_data_length: 281474976710655       
   Index_length: 1127424                    --索引的大小
      Data_free: 0 
 Auto_increment: 16061534                   --自增值
    Create_time: 2020-09-01 02:00:01
    Update_time: 2020-09-01 02:00:43
     Check_time: 2020-09-01 02:00:01        --check table 或者myisasmchk 
      Collation: utf8_general_ci            --默认的字符集排序规则
       Checksum: NULL                       --工作机制是什么
 Create_options: 
        Comment: 天级别统计表
1 row in set (0.00 sec)



posted @ 2020-09-01 13:38  dayu.liu  阅读(221)  评论(0编辑  收藏  举报