OBIEE - Logical Request (before navigation)

Bi Server Architecture With Client

About

The creation of a logical request is the first step of the BI Server query processing when it receive a logical SQL.

-------------------- Logical Request (before navigation):

RqList  distinct 
    Vorderingen.BETAALSTATUS as c1 GB,
    Vorderingen.BELASTINGJAAR as c2 GB,
    Vorderingen.VERVALDSTATUS as c3 GB,
    Subjecten.KLANT_TYPE as c4 GB
DetailFilter: Vorderingen.BETAALSTATUS = 'Open'
OrderBy: c1 asc, c2 asc, c3 asc, c4 asc

You can find it in the nqquery log file.





Discover More
Bi Server Architecture
OBIEE - Query Compiler

The query compiler is responsible of the compilation of a logical sql in the query processing process of BI Server. The query compilation is composed of the following five phases: parsing, , navigation,...



Share this page:
Follow us:
Task Runner