issues
search
DevourTech
/
christmasdb
A key value store to explore on database and storage internals
MIT License
1
stars
3
forks
source link
[Lowest Layer] Construct API B+ tree
#5
Open
rohan23chhabra
opened
3 years ago
rohan23chhabra
commented
3 years ago
Either start from the beginning
Create root node in main memory and copy to file
Or Reconstruct from file following hiccups in server
Check if the root node exists in the file. If exists, reconstruct tree from the file