Contains detailed column statistics for use by the optimizer. Each
row describes the Nth-most-frequent value of some column.
Table 70. SYSCAT.COLDIST Catalog View
Column Name | Data Type | Nullable | Description |
---|---|---|---|
TABSCHEMA | VARCHAR(128) |
| Qualified name of the table to which this entry applies. |
TABNAME | VARCHAR(128) |
| |
COLNAME | VARCHAR(128) |
| Name of the column to which this entry applies. |
TYPE | CHAR(1) |
|
|
SEQNO | SMALLINT |
|
|
COLVALUE | VARCHAR(254) | Yes | The data value, as a character literal or a null value. |
VALCOUNT | BIGINT |
|
|
DISTCOUNT | BIGINT | Yes | If TYPE = Q, this column records the number of distinct values that are less than or equal to COLVALUE (null if unavailable). |