I am trying to use KahaDB to write a large binary file which will be read by
a C++ process.  I'm mainly using Kaha for the transaction support. 
Everything looks really good so far!, however I have a few things I need to
make sure of:

1) Is the binary page file layout really just as simple as:
     Page: [ [ header (PAGE_HEADER_SIZE bytes) ] 
                [ ... unstructured (getPageContentSize() bytes)) ]
              ]
     ...

2) Are pages always allocated consecutively in 'Page Space'?


-- 
View this message in context: 
http://old.nabble.com/KahaDB-PageFile-binary-page-layout-tp29239196p29239196.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to