C.2 Content of STATUS_TABLES
STATUS_TABLES stores cost information related to base tables. Each row stores information for one base table.
The following table describes the contents of STATUS_TABLES.
No. |
Column name |
Data type |
Stored information |
---|---|---|---|
1 |
TABLE_SCHEMA |
VARCHAR(100) |
Schema name |
2 |
TABLE_NAME |
VARCHAR(100) |
Table identifier |
3 |
COLLECT_TIME |
TIMESTAMP |
Date and time cost information was collected |
4 |
N_ROW |
INTEGER |
|
5 |
COLLECT_VR |
CHAR(8) |
Version of the HADB server that collected cost information# |
6 |
IS_COMPLETE |
CHAR(1) |
Whether collection of the characteristics of the data stored in the processing-target table has been completed#
|
7 |
IS_N_ROW_COMPLETE |
CHAR(1) |
Whether acquisition of the number of rows in the processing-target table has been completed#
|
- #
-
For a table that satisfies all of the following conditions, a null value is stored in this column of STATUS_TABLES:
-
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
-