码迷,mamicode.com
首页 > 数据库 > 详细

MySQL-Comparison of B-Tree and Hash Indexes

时间:2015-11-09 21:05:37      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:

Most MySQL indexes (PRIMARY KEYUNIQUEINDEX, and FULLTEXT) are stored in B-trees. Exceptions: Indexes on spatial data types use R-trees; MEMORY tables also support hash indexesInnoDBuses inverted lists for FULLTEXT indexes.

没多少内容,直接看原文吧

 http://dev.mysql.com/doc/refman/5.7/en/index-btree-hash.html

只要使用了Limit mysql 会尽力使用索引、



MySQL-Comparison of B-Tree and Hash Indexes

标签:

原文地址:http://my.oschina.net/httpssl/blog/528211

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!