Tuesday, 23 December 2014

B+ Tree

In RDBMS, B+ tree is the efficient data structure used in the internal storage representation. Because in B+ tree, all the data is stored only in leaf nodes, that makes searching easier. This corresponds to the records that shall be stored in leaf nodes.

No comments:

Post a Comment