Next: Structure of a B-Tree
Up: Indexing & Hashing
Previous: Secondary Indices
-
Primary disadvantage of index-sequential file organization is that performance
degrades as the file grows. This can be remedied by costly re-organizations.
-
B -tree file structure maintains its efficiency despite
frequent insertions and deletions.
It imposes some acceptable update and space overheads.
-
A B -tree index is a balanced tree in which every path from the
root to a leaf is of the same length.
-
Each nonleaf node in the tree
must have between and n children,
where n is fixed for a particular tree.
Osmar Zaiane
Mon Jul 13 13:28:03 PDT 1998