When you create a blobspace, use the size of the most frequently occurring simple large object as the size of the blobpage. In other words, choose a blobpage size that wastes the least amount of space. For information on calculating an optimal blobpage size, see blobpage size considerations in the chapter on effect of configuration on I/O activity in the IBM Informix Dynamic Server Performance Guide.
If a table has more than one TEXT or BYTE column, and the objects are not close in size, store each column in a different blobspace, each with an appropriately sized blobpage. See Tables.
When you specify blobpage size, you specify it in terms of the database server pages. You can use one of the following methods to determine the database server page size for your system:
To help you determine the optimal blobpage size for each blobspace, use the following database server utility commands:
The oncheck -pe command provides background information about the objects stored in a blobspace:
The oncheck -pB command lists the following statistics for each table or database:
For more information, see Monitoring Blobspace Usage with oncheck -pe, Determining Blobpage Fullness with oncheck -pB, and optimizing blobspace blobpage size in the chapter on table performance considerations in the IBM Informix Dynamic Server Performance Guide.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]