Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Reports with hardcoded parameters performing better then those with bind variables

edited Oct 29, 2019 10:39PM in Reporting and Analytics for ERP 5 comments

Content

Hello,

We have a peculiar problem, we have a query for gl balances report which when run by hardcoding the Legal entity and period runs fine fetching all our data within 30-40 seconds. However, the same query takes 4 minutes to run when we define a parameter in the Data Model and refer it as a bind variable in the report. Sample below:

Runs Quickly:

select * from table where column = 'ABC';

Performance Issue:

select * from table where column = :argument1

Has anyone faced such an issue earlier? Is there any configuration for this? or how can this be resolved.

Thanks,

Abhishek

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!