Efficiency of finding the next record in B+ tree is ____
Efficiency of finding the next record in B+ tree is ____ Correct Answer O(1)
In a B+ -tree finding the next recored (successor) involves accessing an additional leaf at most. So, the efficiency of finding the next record is O(1).