mysql - Database storage engine implementation in java -
i implementing database storage engine in java using randomaccessfile class. need implement paging using b plus tree. have few doubts:
- how implement paging in java using
randomaccessfileclass? - is there java library available implement
b-plus treestore pages , handle overflow , underflow of pages?
please post links can me implement task.
Comments
Post a Comment