Performance Issue. The process has gel script which has a SQL to join with 'PPA_TRANSCONTROL' table is causing the query to take a lot of time. Even though this table doesn’t have more than 10k rows, still the query is most time consuming. The query ran faster after creating an index on the 'EXTERNAL_ID' column in the 'PPA_TRANSCONTROL' table. This is a request to add the index as part of product on the PPA_TRANSCONTROL table.
Steps to Reproduce:
Expected Results: Joining to the PPA_TRANSCONTROL table in a process should not cause performance issues.
Actual Results: A BPM Process Workflow with a GEL Script joining to the PPA_TRANSCONTROL table is performing slower than expected.
DE65126 - This is a request to add an index on the EXTERNAL_ID field to the PPA_TRANSCONTROL table to avoid possible performance issues.
Workaround: Create an index on the 'EXTERNAL_ID' field.
Release: 15.9.2, 15.9.3, 16.0.0, 16.0.2
Targeted Fix in Release 16.0.3