Setting
Priority Group Numbers for Logical Table Sources
We can set priority group numbers to determine which logical
table source should be used for queries for which there is more than one
logical table source that can satisfy the requested set of columns.
Scenario: You might have user queries that can be
fulfilled by both a data warehouse and an OLTP source. Often, access to an
operational system is "expensive," while access to a data warehouse
is "cheap." In this situation, you can assign a higher priority to
the data warehouse to ensure that all queries are fulfilled by the data
warehouse if possible.
Note: That the priority group of a given logical
table source does not always ensure that a particular query will be fulfilled
by that source. Priority group assignments are only one of many factors used by
the Oracle BI Server to determine which logical table source to select for a
given query. However, the logical table source priority is the most significant
metric and is considered before any other cost metric.
To assign priority
group numbers: Rank your logical
table sources in numeric order, with 0 being the highest-priority source. You
can assign the same number to multiple sources. For ex, you can have two
logical table sources in priority group 0, two logical table sources in
priority group 1, and so on. Often, only two priority groups are necessary (0
and 1).Assigning priority groups is optional. All logical table sources
are set to priority 0 by default.
No comments:
Post a Comment