Home | Previous Page | Next Page   Database Reference > Disk Structures and Storage > Storage of Simple Large Objects >

Structure of a Dbspace Blobpage

TEXT or BYTE data is stored in a blobpage. The structure of a blobpage is similar to the structure of a data page. The only difference is an extra 12 bytes that can be stored along with the TEXT or BYTE data in the data area.

Simple large objects can share blobpages if more than one simple large object can fit on a single page, or if more than one trailing portion of a simple large object can fit on a single page.

For a discussion of how to estimate the number of blobpages needed for a specific table, see your IBM Informix: Performance Guide.

Each segment of TEXT or BYTE data stored in a page might be preceded by up to 12 bytes of information that does not appear on any other type of page. These extra bytes are overhead.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]