从B+树到MySql索引

1.二叉搜索树 插入 搜索 删除 查找最大值 查找最小值 2.B+树 参考: http://www.javashuo.com/article/p-bewphptb-cq.html 3.InnoDB 索引模型 新建表: create table T( id int primary key, k int not null, name varchar(16), index (k) ) engine =I
相关文章
相关标签/搜索