Hierarchy

⤷

⤷

Basic Data
Data Element | QQCIC |
Short Description | iSeries: Number of Index Creates (Database Monitor) |
Data Type
Category of Dictionary Type | D | Domain |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | QQDEC150 | |
Data Type | DEC | Counter or amount field with comma and sign |
Length | 15 | |
Decimal Places | 0 | |
Output Length | 19 | |
Value Table |
Further Characteristics
Search Help: Name | ||
Search Help: Parameters | ||
Parameter ID | ||
Default Component name | ||
Change document | ||
No Input History | ||
Basic direction is set to LTR | ||
No BIDI Filtering |
Field Label
Length | Field Label | |
Short | 11 | Ind. Crts. |
Medium | 21 | Index Creates |
Long | 41 | Index Creates |
Heading | 55 | Index Creates |
Documentation
Definition
QQCIC is the number of times a statement was implemented using a temporary index created by the database optimizer.
If the most expensive execution of a statement was thus implemented, more details about the INDEX CREATE performed (for example why this index was created) are found in the record in table SQ3002_DB4 corresponding to that statement.
Example
The Open SQL statement (with an appropriate internal table declaration for itab) would list all statements (library/SQL package/statement name), physical files (tables) accessed and the reason code for index creation which were implemented with an index create when the most expensive execution occurred:
select b~qqplib b~qqpnam b~qqsnam a~qqptln a~qqptfn a~qqrcod
into corrseponding fields of table itab
from SQ3002_DB4 as a
inner join SQ1000_DB4 as b
where a~qqkey = b~qqkey.
History
Last changed by/on | SAP | 20070813 |
SAP Release Created in |