Overview of Physical Storage Media�
Several types of data storage exist in most computer systems.�They vary in speed of access, cost per unit of data, and reliability.
Disk Storage Devices
Records
Blocking
Files of Records
Files of Records (cont.)
Indexing Structures for Files
B tree�
B-Tree is a self-balanced search tree in which every node contains multiple keys and has more than two children.
Here, the number of keys in a node and number of children for a node depends on the order of B-Tree. Every B-Tree has an order.
�B-Tree of Order m has the following properties...
Insertion Operation in B-Tree�
Construct a B-Tree of Order 3 by inserting numbers from 1 to 10.��
Search Operation in B-Tree�
Deletion Operation�
Before going through the steps below, one must know these facts about a B tree of degree m.
There are three main cases for deletion operation in a B tree.