13.4.2 List of items that are output as summary information for tables
The table below lists and describes the titles and contents of the items (columns) that are output as summary information for tables. The columns are output in the order listed in this table. For details about the output rules for summary information for tables, see 13.12 Output rules for the adbdbstatus command.
No. |
Column title |
Information that is output |
Enclosing character |
---|---|---|---|
1 |
Type |
|
N |
2 |
Timestamp |
|
Y |
3 |
DBarea_name |
Name of the DB area where the table is stored |
Y |
4 |
DBarea_ID |
DB area ID of the DB area where the table is stored |
N |
5 |
Schema_name |
|
Y |
6 |
Table_identifier |
Table identifier |
Y |
7 |
Table_ID |
Table ID |
N |
8 |
Table_type |
|
N |
9 |
Rsv |
-- |
-- |
10 |
Page_size |
Page size (bytes) |
N |
11 |
Segment_size |
Segment size (pages) |
N |
12 |
Creatable_chunks |
|
N |
13 |
Created_chunks |
|
N |
14 |
Current_chunk_ID |
|
N |
15 |
Pending_delete_chunks |
|
N |
16 |
Non-updatable |
|
N |
17 |
Command_status |
|
N |
18 |
Rerun_command |
|
N |
19 |
Rsv |
-- |
-- |
20 |
Used_segments#2 |
|
N |
21 |
Used_pages#2, #6 |
|
N |
22 |
Rsv |
-- |
-- |
23 |
Wait_chunks |
|
N |
24 |
Archive_chunks |
|
N |
25 |
Storage_format |
|
N |
- Legend:
-
--: No value is output.
Y: The output value is enclosed in a pair of enclosing characters.
N: The output value is not enclosed in the enclosing character.
- #1
-
The year (YYYY) is output as four digits. The month (MM), day (DD), hour (hh), minute (mm), and second (ss) are each output as two digits. If there are not enough digits, leading zeros are added. Δ indicates a single-byte space.
- #2
-
When the display units for usage amounts are changed by specifying the -S option, the column titles for the usage amount output items are also changed to match the selected display units. For details about the display units and column titles, see Table 13‒2: Display units and column titles for usage amount output items in (3) Explanation of options in 13.2.1 Explanation of the specification format and options (outputting summary information or usage information).
- #3
-
The -S option enables you to change the display units for usage amount output items to kilobytes, megabytes, or gigabytes.
- #4
-
If the adbdbstatus command with the --shared-lock option specified is executed at the same time as a transaction that updates the table to be processed, values being updated are output in the results of the adbdbstatus command. Therefore, a displayed value might be inconsistent with the values of other items. The following shows an example.
- Example:
-
In the table to be processed, the value of Wait_chunks (number of chunks in wait status) is greater than the value of Created_chunks (number of chunks created for the table).
- #5
-
If the --shared-lock option is specified, the values output for Used_segments and Used_pages (number of segments and number of pages in use by the table) of the following tables do not include the values relating to deletion-pending chunks:
-
System table (base table)
-
Table for which the adbmergechunk command is being executed
-
- #6
-
This value includes the number of basic row pages that are made reusable by the updated-row columnizing facility. For details about the updated-row columnizing facility, see Using the updated-row columnizing facility (maintaining the retrieval performance for column store tables) in the HADB Setup and Operation Guide.