We are encountering performance issue after migration from OBI 12c to OAS.
I traced a report by adding 'set variable LOGLEVEL=5' to the Prefix section on the Advanced tab, and view the log in the active sessions.
I found it takes long time between step Logical Request (before navigation) and plan RqList. Same report in different environments takes different time. It is longer in PROD than in DEV.
It looks like the server search the logical query from somewhere but failed to hit.
The prod has 3 nodes cluster. The physical table are not cacheable. The Cache is enabled.
My questions are:
First, how the logical query is searching, from memory, cache or database? Why it takes long time?
Second, will disable the cache avoid the searching step?
Third, how can we improve the searching time for the logical query.
The simplified trace log attached.
Thanks,
Mei