0
11kviews
Difference between B-tree and B+-tree.
1 Answer
0
61views
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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.