C.3 Content of STATUS_COLUMNS
STATUS_COLUMNS stores cost information relating to the base table columns. One row stores information for one column.
The content of STATUS_COLUMNS is shown in the following table.
No. |
Column name |
Data type |
Stored information |
---|---|---|---|
1 |
TABLE_SCHEMA |
VARCHAR(100) |
Schema name |
2 |
TABLE_NAME |
VARCHAR(100) |
Table identifier |
3 |
COLUMN_NAME |
VARCHAR(100) |
Column name |
4 |
DATA_TYPE_CODE |
SMALLINT |
Column data type |
5 |
DATA_LENGTH |
SMALLINT |
|
6 |
COLUMN_VALUE_MAX |
VARCHAR(100) |
|
7 |
COLUMN_VALUE_MIN |
VARCHAR(100) |
|
8 |
N_NULL |
INTEGER |
|
9 |
IS_MAXMIN_COMPLETE |
CHAR(1) |
Whether collection of the maximum column value and minimum column value was completed#
|
- #
-
For a table that satisfies all of the following conditions, a null value is stored in this column of STATUS_COLUMNS:
-
Table from which cost information was collected by an HADB server whose version is earlier than 04-03
-
Table from which cost information was not collected by an HADB server whose version is 04-03 or later
-