Explain B+ tree file organization.
Answers
Answered by
0
B+ Tree is an advanced method of ISAM file organization. It uses the same concept of key-index, but in a tree like structure. B+ tree is similar to binary search tree, but it can have more than two leaf nodes. It stores all the records only at the leaf node. Intermediary nodes will have pointers to the leaf nodes. They do not contain any data/records.
Similar questions
Chemistry,
6 months ago
Social Sciences,
6 months ago
Computer Science,
6 months ago
Chemistry,
1 year ago