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

Add ForceUpdate(Key) in BPTree to force update pointers in SortedMap #3963

Open
kostasrim opened this issue Oct 23, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@kostasrim
Copy link
Contributor

Currently, for Defrag logic we use insert and delete the node. Since the contents of the node are the same we can just update the pointer directly.

#3836 (comment)

@kostasrim kostasrim added the bug Something isn't working label Oct 23, 2024
@kostasrim kostasrim self-assigned this Oct 23, 2024
@kostasrim kostasrim added enhancement New feature or request and removed bug Something isn't working labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant