Properties of B tree
Rule of B tree
- All leaves are at the same level
- Insertions can only happen into leaf nodes
- B trees grow (add a new level) from the root upwards
- All internal nodes must have (#no of values + 1) nodes
General Properties of B tree
- B trees are widely ased as the data structure for many databases
- B trees are self balancing
- B trees reduce the no of memory acess operations needed