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
randomaccessfile
class? - is there java library available implement
b-plus tree
store pages , handle overflow , underflow of pages?
please post links can me implement task.
Comments
Post a Comment