Hello,
I use OBIEE 11.1.1.7. I get data from PostgreSQL database (EnterpriseDB 9.2.9.21 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52), 64-bit).
OBIEE get data from database using ODBC driver.
I have performance problem, because OBIEE execute reports one by one.
Example:
Report01 - get list of continents from database (6 records). This report retun results by 2 seconds.
Report02 - get list of continents and count people for every continent.This report retun results by 8 minutes.
Test1
1. Execute Report01 by user_B.
2. Execute Report02 by user_A.
On this test case Report01 return results by 2 second and Report02 return results by 8 minutes.
Test2
1. Execute Report02 by user_A.
2. Execute Report01 by user_B.
On this test case Report01 return results by 8 minutes. It looks like Report01 is waiting to finish Report02.
How could I resolve this issue?
Reports should be executes simultaneously not one by one.
Best regards,
Krzysztof