首页 > 数据库技术 > 详细

MySQL-Comparison of B-Tree and Hash Indexes

时间:2015-11-09 21:03:25      阅读:252      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!