Performance Issue

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Jan_M_Socorro_(Guest)
Posts: 1
Joined: Tue Oct 10, 2017 12:44 pm

Performance Issue

Post by Jan_M_Socorro_(Guest) » Tue Sep 08, 2009 7:16 pm

Iam using:__R&R Report SQL Writer Version 8.1.__VB.NET 2008.__SQL Server 2000.__ODBC.____Example Report 1: List Projects__It has 3 joins, like 10 calculated fields and a couple of conditions on the filter____Execution Time: GOOD__--------------------------------------------__Example Report 2: Report on X Material__It has 6 joins, like 50 calculated fields and like 10 filter conditions____Execution Time: Too long and the report close itself.____Questions:__What are the best practices to increase performance in this situations?.

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: Performance Issue

Post by kfleming » Wed Sep 09, 2009 9:24 am

Do a Database Show SQL on the bad report and look at the WHERE __clause. Does it include all of your filter conditions or is some of the work being done locally?__If the filter includes any conditions that cannot be passed to the WHERE, then the report will run more slowly.____Kathleen __R&R Support

Post Reply