Large object (LOB) components
LOB components
LOB entity | Description |
---|---|
Base table space | A table space that contains at least one LOB column |
LOB column | A ROW column in the base table space that identifies the LOB Each LOB in a row can be NULL or contain a version number. |
ID | A unique ID that is assigned to each LOB The ID is a 19-byte value that consists of the following parts:
|
LOB index | A unique index on the ID field that indexes the LOB table rather than the base table |
LOB table space (or auxiliary table space) | The Db2 data set that contains the LOB data Each LOB table space contains the LOB data for a specific column in the base table space. If a base table space contains three LOB columns, three separate LOB table spaces exist. |
LOB | A collection of data that has been inserted into a Db2 row in a LOB-defined column A LOB ranges in size from 1 byte to 2 GB. |