Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Implement index pointer validation #32

Open
chotchki opened this issue Oct 11, 2021 · 0 comments
Open

Implement index pointer validation #32

chotchki opened this issue Oct 11, 2021 · 0 comments

Comments

@chotchki
Copy link
Owner

The BTreeLeafs have a doubly linked list to scan back and forth once you reach the bottom.

They are stored in multiple pages so if the database crashes they could be corrupted.

To work around this until I figure out a better way I can scan each leaf on database startup.

Will need to determine if the database shuts down unclean or not.

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

No branches or pull requests

1 participant