Chapter 11 Flashcards
What is HOLAP
OLAP implemented as a hybrid of MOLAP and ROLAP. The goal is to get the best of both MOLAP and ROLAP
What is DOLAP
DOLAP allows download of “cube” structures to a desktop platform.
Does MOLAP build cubes
Yes, MOLAP physically builds “cubes” for direct access
What is MDD
Multi-dimensional databases. Multi-dimensional databases use proprietary file formats
What are MOLAP cubes
MOLAP cubes are built around dimensions, as corresponding to each dimension is the index of the multi-dimensional array data structure. Meaning, if there are four dimensions, then the data will be stored in a four dimensional array i.e. with four indexes i, j, k and l.
What is O(1) in MOLAP
The performance in a MOLAP cube comes from the O(1) look-up time for the array data structure
Are there tables in MOLAP
NO. there are cubes
Which language is used for MOLAP
MDX by microsoft