如何将 btree 转换为 b+tree
How to convert a btree to a b+tree
我有一个完全可用的 B 树,我想将其转换为 B+ 树。
有什么方法可以在不更改太多代码的情况下实现这一目标?可能吗?
Is there any way that I can achieve that without changing so much of my code?
没有。需要进行大量更改。 B+树在非叶节点中不存储数据指针
我有一个完全可用的 B 树,我想将其转换为 B+ 树。 有什么方法可以在不更改太多代码的情况下实现这一目标?可能吗?
Is there any way that I can achieve that without changing so much of my code?
没有。需要进行大量更改。 B+树在非叶节点中不存储数据指针