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
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: