You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the original root is split, suppose the new root is s, while the original root is r and its sibling is r'. As in B-TREE-INSERT, B-TREE-INSERT-NONFULL(s,k) is called, either r or r' will be read again, which is a redundant DISK-READ.
The text was updated successfully, but these errors were encountered:
When the original root is split, suppose the new root is s, while the original root is r and its sibling is r'. As in B-TREE-INSERT, B-TREE-INSERT-NONFULL(s,k) is called, either r or r' will be read again, which is a redundant DISK-READ.
The text was updated successfully, but these errors were encountered: