DE60359 Time Slicing Group By slow performance on a large MSSQL dataset
STEPS TO REPRODUCE:
Expected Results: The job to complete in a timely manner
Actual Results: The job is processing very slow (up to 400 min), the culprit is the query below:
select min(id) as minpk, max(id) as maxpk, count(id) as totalRows from ( select TOP( 1 ) id from fin_cost_plan_details where id > 5000000 and (odf_nk_billing_cost is null and BILLING_COST is not null ) order by id ) alias1
Workaround: None
Release : 15.9.1
Component : CA PPM TIME SLICING
This is DE60359, Not Reproducible in 15.9.3
Important:
Note the usage of the job: The Time Slicing Group By has to be run once initially after upgrade to 15.9.1, and then running it every 5 min is not necessary. It can only be ran as/if needed. The data will be updated by the regular Time Slicing job.