InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not true about B+ trees?(a) B+ tree index takes the form of balanced tree(b) Performance of B+ tree degrades as the file grows(c) Look-up in B+ tree is straightforward and efficient(d) Insertion and deletion in B+ tree is complicated but efficientThe question was posed to me in homework.My question comes from Multiversion Schemes in section Concurrency Control of Database Management |
|
Answer» RIGHT ANSWER is (b) Performance of B+ TREE degrades as the file grows Explanation: The answer is evident. |
|