Subject | Re: [ib-support] gdb File Format |
---|---|
Author | Helen Borrie |
Post date | 2001-08-17T11:02:05Z |
At 03:07 PM 16-08-01 -0500, you wrote:
Regards,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
>Is there any plac I can find Technical specs on the file layout ofNo, IB doesn't have a "block" layout like file-based databases. Data are stored in pages which are allocated as required. The number of records per page is something less than page_size/record_size. There are different kinds of pages for different types of objects (table records, indices, etc.) Different pages for a particular table are stored anywhere, not in contiguous blocks. There is no notion of "physical structure" for things inside the database.
>the gdb file? How to go from block to block etc...
Regards,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________