Observation: Hybrid Join Invokes Sort for Inner Join
You coded a hybrid join, requiring DB2 to sort at least two tables. DB2 combines the index entry RIDs from the qualifying inner table with the columns of the outer table to form an intermediate table. DB2 then sorts both the inner table RID list and the intermediate table.
The following example includes a hybrid join.
Consider recoding the inner join as a full outer join, to remove the hybrid join, eliminating at least one sort.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*