B+树笔记
Start
下面的两个非常通俗的解释了 B tree 的定义, 以及btree 是如何完成数据插入以及查找的, 不同的程序会使用不同结构的 btree 变体, 是在通常的Btree 逻辑框架上面添加更多的限制条件和规定。
Understanding B-Trees: The Data Structure Behind Modern Databases
https://www.youtube.com/watch?v=K1a2Bk8NrYQ&t=42s
B-trees and database indexes
https://planetscale.com/blog/btrees-and-database-indexes#how-mysql-uses-b-trees
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Liarlee's Notebook!