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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

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