InterviewSolution
Saved Bookmarks
| 1. |
What Is Index Awareness? |
|
Answer» Index awareness in a UNIVERSE determines which values in a filter conditions of the queries built from the universe, are replaced by their corresponding indexes or surrogate keys. Values in filter COMES from DIMENSIONS table and you need a JOIN with the fact table to get this value. Index awareness in a Universe determines which values in a filter conditions of the queries built from the universe, are replaced by their corresponding indexes or surrogate keys. Values in filter comes from dimensions table and you need a join with the fact table to get this value. |
|