13.7.2 List of items that are output as usage information for DB areas, tables, and indexes
The table below lists and describes the titles and contents of the items (columns) that are output as usage information for DB areas, tables, and indexes. The columns are output in the order listed in this table. For details about the output rules for usage information for DB areas, tables, and indexes, 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 |
DB area name#6 |
Y |
4 |
DBarea_ID |
DB area ID#6 |
N |
5 |
DBarea_type |
|
N |
6 |
Rsv |
-- |
-- |
7 |
Page_size |
Page size (bytes)#6 |
N |
8 |
Segment_size |
Segment size (pages)#6 |
N |
9 |
DBarea_filename |
|
Y |
10 |
Rsv |
-- |
-- |
11 |
Object_type |
|
N |
12 |
Schema_name |
|
Y |
13 |
Object_identifier |
|
Y |
14 |
Object_ID |
|
N |
15 |
Chunk_ID |
Chunk ID#2, #6 |
N |
16 |
Chunk_create_time |
|
Y |
17 |
Chunk_swap_time |
|
Y |
18 |
Chunk_status |
|
N |
19 |
Segment_type |
|
N |
20 |
Used_segments#3 |
|
N |
21 |
Used_pages#3, #8 |
|
N |
22 |
Total_segments#3 |
|
N |
23 |
Initialized_pages#3 |
|
N |
24 |
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
-
This value is output on a row for which usage information for a table or index is output. The following shows the number of rows for which table and index usage is output:
segment type × number of DB area files × number of chunks
- #3
-
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).
- #4
-
The -S option enables you to change the display units for usage amount output items to kilobytes, megabytes, or gigabytes.
- #5
-
This value is output on a row for which usage information for a DB area file is output. The number of rows for which DB area file usage is output is the same as the number of DB area files that comprise the DB area.
- #6
-
If the adbdbstatus command with the --shared-lock option specified is executed, rows that contain information about deletion-pending chunks might not be output for the following tables:
-
System table (base table)
-
Table for which the adbmergechunk command is being executed
-
- #7
-
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 examples.
- Example 1:
-
The sum of the values of Used_segments (number of segments in use) output for the same DB area file name (under DBarea_filename) does not match the value of Total_segments (total number of segments in the DB area file).
- Example 2:
-
For the current chunk, Chunk_swap_time (timestamp when chunks were last swapped) is output.
- #8
-
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.