InterviewSolution
| 1. |
What Is Hybrid Olap? |
|
Answer» HYBRID OLAP is a mode of storage that uses a combination of multidimensional DATA structures and relational database tables for storing multidimensional data. The analysis services stores the aggregations for a HOLAP PARTITION in a multidimensional structure and the facts are stored in relational database. Hybrid OLAP is a mode of storage that uses a combination of multidimensional data structures and relational database tables for storing multidimensional data. The analysis services stores the aggregations for a HOLAP partition in a multidimensional structure and the facts are stored in relational database. |
|