Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Report Painter Performance Issue

Former Member
0 Likes
572

Helloo experts,

I have a report painter report which is pulling the data from a custom table (which has 32million records). Its taking a lot of time .

Is there any method to improve its performance ?

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
393

Hi,

Please check report painter selecting records using primary key or secondary index. If not please create secondary index for custom table (after consultation with basis, due to creating the secondary index will increase the load on server of custom table with 32 millions records)

If not possible. extract the resultset from custom table into another table and make query for report painter on that. and update the new table on daily basis or hourly basis.

aRs

Read only

0 Likes
393

Hi as,

Thanks for your reply. But, the problem is i have many reports based which are pulling the data from the same table. So indexing will not help in this case.

Is there any other way like using summarization levels etc....???