Execution Time Different for Same SQL in Different Environments
Hey gurus,
Need some help. We are facing performance issue in QA. During logging, system takes around 30 - 35 secs. when we increased the OM logs, we noticed that below sqa is taking 3.3 secs to execute for each quote. We are displaying 10 proposals on home page, therefore ~ 33 secs. The same configuration / sql exists in prod and all other instances and we don't see any issue. We executed same SQL directly on DB and don't see any difference. Any pointers?
SELECT
T29.CONFLICT_ID,
T29.LAST_UPD,
T29.CREATED,
T29.LAST_UPD_BY,
T29.CREATED_BY,
T29.MODIFICATION_NUM,
T29.ROW_ID,