-
B+ trees are preferred to binary trees in databases because
-
- disk capacities are greater than memory capacities
- disk access is much slower than memory access
- disk data transfer rates are much less than memory data transfer rates
- disks are more reliable than memory
- disk capacities are greater than memory capacities
Correct Option: B
We know that indexing is better if the data block is large. Now, B+ trees are preferred over the binary search trees as in B+ trees, transfer of data is in form of data blocks. These data blocks can store large information while transferring, information on a single block is more efficient.