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:

  1. how implement paging in java using randomaccessfile class?
  2. is there java library available implement b-plus tree store pages , handle overflow , underflow of pages?

please post links can me implement task.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -