Computer Science, asked by rockshrm1310, 1 year ago

Briefly describe a b+ tree. What is bulk loading in it?

Answers

Answered by gauravsharmatech
1

Explanation:

Bulk-loading Given a collection of data records, we want to create a B+ tree index on some key field. One approach is to insert each record into an empty tree. However, it is quite expensive, because each entry requires us to start from the root and go down to the appropriate leaf page.

hope you get it now....

Similar questions