I will document the file format, but currently it's not a priority.
Why do you need it?
Regards,
Thomas
The file format is already documented somewhat in the class javadoc of
the following classes:
PageStore, PageLog, PageStreamTrunk, PageStreamData, PageFreeList,
PageDataLeaf, PageDataNode, PageDataOverflow, PageBtreeLeaf,
PageBtreeNode. The variable size int and value serialization is found
in the class Data.
> I am also interested in the basic operations of insert and update,
> since they are the major operations that had been done to the my h2
> dump.
I think you are mainly interested in PageBtreeIndex, -Leaf, -Node and
PageDataIndex, -Leaf, -Node then.
Regards,
Thomas