What is the main advantage of a B-tree over a binary search tree for database indexing?
-
A
B-trees require less memory per node
-
B
B-trees reduce disk I/O by storing many keys per node and keeping tree height low
-
C
B-trees support O(1) search
-
D
B-trees automatically sort data during insertion