feophant icon indicating copy to clipboard operation
feophant copied to clipboard

Implement index pointer validation

Open chotchki opened this issue 3 years ago • 0 comments

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.

chotchki avatar Oct 11 '21 02:10 chotchki