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. |
|