Computer Science, asked by sarveshbaghl3342, 1 year ago

Why is a b+ tree usually preferred as an access structure to a data file?

Answers

Answered by sandipsingh1
6
As we have already seen in previous articles that B+ tree is a (key, value) storage method in a tree like structure. B+ tree has one root, any number of intermediary nodes (usually one) and a leaf node. Here all leaf nodes will have the actual records stored. Intermediary nodes will have only pointers to the leaf nodes; it not has any data. Any node will have only two leaves. This is the basic of any B+ tree.
Similar questions