What is B+ tree?

Answer Posted / wonder

A B+ tree is a data structure in which records associated
with the search keys are at the leaves of the tree.This
provide efficient retrieval,insertion and removal of
records.Keys are triplicale to the non-leaf nodes to
provide a path to the searched record.
NT file system,JFS2 file system and Rationaldata base often
used this data structure for indices.

Is This Answer Correct ?    77 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the disadvantages array implementations of linked list?

471


What is data and data structure?

487


Can treeset contain duplicates?

549


What is array and its types?

542


What is array traversing?

460






Why do we need to use computers to help us sort lists?

563


What is binary tree used for?

494


Can we increase the size of statically allocated array?

496


Which is better hashset or treeset?

483


Why use a tuple instead of a list?

451


What is the difference between classifying and sorting?

496


Why hashmap is faster than hashset?

488


Why is hashmap faster?

476


Which is faster array or linked list?

451


What do you mean by garbage collection?

516