MySQL的B+Tree索引

本文摘自:http://www.javashuo.com/article/p-dizqltlu-hr.html        在 MySQL 中,主要有四种类型的索引,分别为: B-Tree 索引, Hash 索引, Fulltext 索引和 R-Tree 索引。我们主要分析B-Tree 索引。         B-Tree 索引是 MySQL 数据库中使用最为频繁的索引类型,除了 Archive
相关文章
相关标签/搜索