Observation: Merge Scan Join for Large Tables

The DB2 optimizer invoked a merge scan join against at least one large table. Hybrid joins generally provide more consistent performance than merge scan joins for large tables. To influence the Db2 optimizer to use a hybrid join, use an indexed column to join on the inner table.