Post WIP Actuals to Financial Plans (UPDATE_FIN_ACTUALS) takes up to 6 hours where the prior job version ran under 40 minutes, because its per-plan actuals query full-scans PPA_WIP instead of probing it by investment id.
STEPS TO REPRODUCE:
Expected Results: The job to complete within reasonable time
Actual Results: The Post WIP Actuals to Financials job takes 6 hours.
Clarity 16.4.1, 16.4.2, 16.4.3
DE210472
In review by Engineering
Workaround: CREATE INDEX CLARITY.Z_INV_CONNECT_BY ON CLARITY.INV_INVESTMENTS (PARENT_ID) ONLINE
Note: The index must be dropped before upgrade and then recreated if defect is not addressed in the version you are upgrading to