0
11kviews
Difference between B-tree and B+-tree.
1 Answer
| written 7.1 years ago by |
| B Tree Index Files | B+ Tree Index Files |
|---|---|
| This is a binary tree structure similar to B+ tree. But here each node will have only two branches and each node will have some records. Hence here no need to traverse till leaf node to get the data. | This is a … |