Skip to content

Commit be4016f

Browse files
author
yun li
committed
数据库默认引擎
1 parent 2a2dd80 commit be4016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> 1. MyISAM 查询效率更高,但是不支持事物
44
> 2. InnoDB 插入、更新较高,支持事物处理
55
> 3. MyISAM 支持表锁, InnoDb 支持行锁
6-
> 4. MyISAM 是默认引擎,InnoDB 需要指定
6+
> 4. MyISAM 是默认引擎,InnoDB 需要指定,MySQL 5.5 起 InnoDB是默认的数据库引擎
77
> 5. InnoDB 不支持 FULLTEXT 类型的索引
88
99
- 什么是索引,作用是什么?常见索引类型有那些?Mysql 建立索引的原则?

0 commit comments

Comments
 (0)