C.5 Content of STATUS_CHUNKS
STATUS_CHUNKS stores chunk information related to multi-chunk tables. Each row stores information for one chunk.
The following table describes the contents of STATUS_CHUNKS.
No. |
Column name |
Data type |
Stored information |
---|---|---|---|
1 |
TABLE_SCHEMA |
VARCHAR(100) |
Schema name |
2 |
TABLE_NAME |
VARCHAR(100) |
Table identifier |
3 |
CHUNK_ID |
INTEGER |
Chunk ID |
4 |
CREATE_TIME |
TIMESTAMP |
In the following case, the null value is stored:
|
5 |
SWAP_TIME |
TIMESTAMP |
A null value is stored in the following cases:
|
6 |
CHUNK_COMMENT |
VARCHAR(1024) |
|
7 |
CHUNK_STATUS |
VARCHAR(32) |
Chunk status
|
8 |
ARCHIVE_STATUS |
VARCHAR(32) |
Is archived chunk?
|
9 |
STORAGE_FORMAT |
VARCHAR(32) |
Chunk-data storage format
|