Hi All,
We have a Livereport which is pulling out the data from the category table LLATTRDATA. The report works fine on DEV and QA box but on Prod the performance is very slow. Sometimes even the results are not retured after running the report.
We have several other reports which pulls data from WF table or the DTREE and those are working fine. I guess either there is some performance issue with the LLATTRDATA table or the report query is not correctly structured and needs some tunning. I tired running the query directly on the Database end and still it takes around 40 min to return the results whcih is really very slow.
Below are the no of entries and other detail of thecategory table,
Count of rows in LLATTRDATA= 591948346
It took 185 sec to get the count (select count(*) from LLATTRDATA)
Count of rows, categories on whcih the report is designed = 3394456
took 13 sec to return the count (select COUNT(*) from LLATTRDATA where DEFID in ('25427592', '25427685'))
I have attached the report to this. Can someone please help me out what is wrong? We have done all the tunning from DB end like increasing the indexes for LLATTRDATA table, tunning the performance etc.
Thanks,
Nikhil Sanghvi