Observation: Correlated Subquery uses EXISTS or NOT EXISTS
You coded a subquery using EXISTS or NOT EXISTS predicates. If the subquery is a correlated subquery, the Db2 optimizer will not consider access through an available index.
The following example includes a correlated subquery using EXISTS:
Consider recoding the correlated subquery as a JOIN and referencing any indexed columns:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*