Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ex18.2-2 redundant DISK_READ #347

Open
OrpheusQu opened this issue Nov 18, 2022 · 0 comments
Open

Ex18.2-2 redundant DISK_READ #347

OrpheusQu opened this issue Nov 18, 2022 · 0 comments

Comments

@OrpheusQu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant