6.1.7 Information displayed for an access path (alphabetical order)
The following table lists in alphabetical order and describes the information that is displayed for an access path.
First letter |
Output information |
Description |
Classification |
---|---|---|---|
B |
BUILD COLUMN |
If hash join is applied as the table joining method, information about the joined columns in the outer table is output. If a hash filter is applied, hash filter information is also output. |
|
If hash execution is applied as the method for processing subqueries that do not contain external reference columns, information about the column resulting from the subquery is output. If hash execution is applied as the method for processing subqueries that contain external reference columns, information about the column to be compared with the external reference column specified in the subquery is output. If a hash filter is applied, hash filter information is also output. |
|||
C |
CHUNK |
The chunk skip condition is used. |
|
CHUNK AND SEGMENT |
The chunk skip condition and the segment skip condition are both used. |
||
COLUMN |
The grouping method that uses the characteristics of column store tables is performed. |
||
COLUMN STORE |
The table-data storage format is column store format. |
||
CREATE FILTER |
The number of the hash filter created based on the column value for the column name shown in BUILD COLUMN is output. |
||
CREATE GLOBAL WORK TABLE (WORK TABLE work-table-number) |
A global work table is created. |
||
CREATE LOCAL WORK TABLE (WORK TABLE work-table-number) |
A local work table is created. A unique work table number is assigned to each work table. |
||
CROSS JOIN |
A cross join is specified. |
||
D |
DELEGATION |
Subquery processing delegation specification is enabled. |
|
DELETE STATEMENT |
A DELETE statement is executed. |
||
DERIVED TABLE(correlation-name, query-name, or table-identifier)) |
A derived table, viewed table, or query name is specified. |
||
DISTINCT |
This item indicates that duplicate removal will be performed. |
||
F |
FILTER |
A hash filter is applied during hash execution for the subquery processing method. |
|
A hash filter is applied during hash join for the table joining method. |
|||
FULL OUTER JOIN(LEFT) FULL OUTER JOIN(RIGHT) |
An outer join performed by a FULL OUTER JOIN is specified. |
||
FUNCTION NAME |
The type of system-defined function that is executed. |
||
G |
GLOBAL HASH GROUPING |
Global hash grouping is executed. Work tables might be created if there are rows that cannot be processed in the hash table area. |
|
GLOBAL HASH UNIQUE |
Duplication in the retrieval results has been eliminated by using one of the following methods:
Work tables are created if there are rows that cannot be processed in the hash table area. |
||
GROUPING |
Grouping that does not use work tables is performed. |
||
GROUPING SET |
Grouping processing is performed multiple times. |
||
H |
(HASH) |
When a hash join is performed, (HASH) indicates that the range index that is defined for a column that is to be matched with a hash table is used. When hash execution is performed as the processing method for a subquery, (HASH) indicates that the range index that is defined for a column that is to be matched with a hash table is used. |
|
HASH JOIN |
A hash join is performed in the table join processing. If there is an = condition that compares columns in two tables, a hash join might be performed. If there are rows that cannot be processed in the hash table area, work tables might be created. |
||
HAVING |
The HAVING clause is specified. This item might also be displayed when a derived table is expanded even though the HAVING clause is not specified. |
||
I |
INDEX |
The grouping method that uses the characteristics of B-tree indexes is performed. |
|
INDEX COLUMN |
Information related to indexed columns. For B-tree indexes, the name of the indexed column, the key value sort order, and the search condition are output. For text indexes and range indexes, the name of the indexed column is output. |
||
INDEX NAME |
Indicates the index name. |
||
INDEX SCAN(schema-name.table-identifier(query-name-or-correlation-name)) |
An index scan is performed in the table retrieval processing. If there is a query name or a correlation name, it is displayed. |
||
INDEX TYPE |
The index type (B-tree index, text index, or range index). |
||
INNER JOIN |
An inner join is specified. |
||
INSERT STATEMENT |
An INSERT statement is executed. |
||
J |
JOIN TYPE |
Join type |
|
K |
KEY SCAN |
A key scan is performed in the table retrieval processing. |
|
L |
LIMIT offset,row_count |
The LIMIT clause is specified. If the offset row count is not specified, the offset row count is not displayed. If dynamic parameters are specified for either or both of the offset row count and limit row count, ? PARAMETER is displayed. |
|
LEFT OUTER JOIN |
An outer join performed by a LEFT OUTER JOIN is specified. |
||
LOCAL HASH GROUPING |
Local hash grouping is performed. If there are rows that cannot be processed in the hash grouping area, work tables might be created. |
||
N |
NESTED LOOP JOIN |
A nested loop join is performed in the table join processing. |
|
O |
ORDER |
Sequential execution, not out-of-order execution, is applied. |
|
P |
PROBE COLUMN |
If hash join is applied as the table joining method, information about the joined columns in the inner table is output. If a hash filter is applied, hash filter information is also output. |
|
If hash execution is applied as the method for processing subqueries that do not contain external reference columns, column information to be compared with the result of the subquery specified in the search condition is output. If hash execution is applied as the method for processing subqueries that contain external reference columns, information about the external reference column specified in the subquery is output. If a hash filter is applied, hash filter information is also output. |
|||
PURGE CHUNK STATEMENT |
A PURGE CHUNK statement is executed. |
||
Q |
QUERY |
A query other than a subquery or a derived table is specified. |
|
QUERY SCAN(QUERY query-tree-number) |
A query scan is performed. |
||
R |
RECURSIVE |
This item indicates that a recursive query will be run. |
|
RIGHT OUTER JOIN |
An outer join performed by a RIGHT OUTER JOIN is specified. |
||
S |
SEGMENT |
The segment skip condition is used. |
|
SELECT STATEMENT |
A SELECT statement is executed. |
||
SET OPERATION |
A set operation is specified. |
||
SET OPERATION TYPE |
The type of set operation that is executed. |
||
SKIP COND |
Type of range index condition. |
||
SORT GROUPING |
Sort grouping is performed. |
||
SORTING {BYTE|ISO} |
Sort processing by the ORDER BY clause is performed. This information might not be displayed even though the ORDER BY clause is specified. |
||
SPECIFIC |
Set operation method specification is enabled. |
||
Subquery processing method specification is enabled. |
|||
The grouping method specification specified in the GROUP BY clause is enabled. |
|||
SELECT deduplication method specification is enabled. |
|||
The index specification is enabled. |
|||
Join method specification is enabled. |
|||
SPECIFIC DISABLED |
The index specification is disabled. |
||
The join method specification is disabled. |
|||
SUBQUERY |
A subquery processing method other than nested loop execution or hash execution is applied. |
||
SUBQUERY HASH |
Hash execution is applied as the subquery processing method. |
||
SUBQUERY LOOP |
Nested loop execution is applied as the subquery processing method. |
||
T |
TABLE FUNCTION DERIVED TABLE(correlation name) |
A table function derived table is specified. |
|
TABLE SCAN |
A table scan is performed in the table retrieval processing. |
||
TABLE VALUE CONSTRUCTOR SCAN |
Table value constructors are retrieved. |
||
U |
UNIQUE |
This unique index does not violate the uniqueness constraint. |
|
UNIQUE INVALID |
This unique index violates the uniqueness constraint. |
||
UPDATE STATEMENT |
An UPDATE statement is executed. |
||
USE FILTER |
The number of the hash filter to be used is output. |
||
USING CACHE |
Cache is used to store the results of a subquery. |
||
USING COST |
Cost information is collected in relation to a table or index. |
||
W |
WINDOW |
A window function is specified. |
|
WORK TABLE SCAN(WORK TABLE work-table-number) |
A work table is scanned. A unique work table number is assigned to each work table. |