| Question |
What is B+ tree? |
|
Question Asked At :: BMC, Satyam, What Is B Tree, Cmc, TCS, TCS, TCS, TCS |
|
Question Submitted By :: varsha |
|
I also faced this Question!! |
Rank |
Answer Posted By |
| |
Answer |
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.
|
|
Nani
|
| |
| View All Answers |
| |
|