Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/67.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mysql MyISAM和InnobDB引擎中使用了哪种索引?_Mysql - Fatal编程技术网

Mysql MyISAM和InnobDB引擎中使用了哪种索引?

Mysql MyISAM和InnobDB引擎中使用了哪种索引?,mysql,Mysql,我读到InnobDB在主键上使用B+树和聚集索引,在多个键(唯一键)上使用散列(H)树和非聚集索引 但是我没有得到任何关于MyISAM的解释 我读到的关于InnoDB的内容是正确的?是的,关于InnoDB你是正确的。有关MyISAM,请参见下文 B-tree indexes Yes T-tree indexes No Hash indexes No 读这里

我读到
InnobDB
在主键上使用
B+树
聚集
索引,在多个键(唯一键)上使用
散列(H)树
非聚集
索引

但是我没有得到任何关于MyISAM的解释


我读到的关于InnoDB的内容是正确的?

是的,关于InnoDB你是正确的。有关MyISAM,请参见下文

B-tree indexes  Yes T-tree indexes  No  Hash indexes    No
读这里