索引的三个特征:
1,索引高度很低
2,索引有序
3,索引存储索引列的值
索引是帮助mysql高效获取数据的排好序的数据结构
索引的数据结构
二叉树
红黑树
Hash表
B-Tree
https://www.cs.usfca.edu/~galles/visualization/Algorithms.html
来源:CSDN
作者:Michael_lcf
链接:https://blog.csdn.net/Michael_lcf/article/details/104185009