Chapter 11 Flashcards

1
Q

What is HOLAP

A

OLAP implemented as a hybrid of MOLAP and ROLAP. The goal is to get the best of both MOLAP and ROLAP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is DOLAP

A

DOLAP allows download of “cube” structures to a desktop platform.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Does MOLAP build cubes

A

Yes, MOLAP physically builds “cubes” for direct access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is MDD

A

Multi-dimensional databases. Multi-dimensional databases use proprietary file formats

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are MOLAP cubes

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is O(1) in MOLAP

A

The performance in a MOLAP cube comes from the O(1) look-up time for the array data structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Are there tables in MOLAP

A

NO. there are cubes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which language is used for MOLAP

A

MDX by microsoft

How well did you know this?
1
Not at all
2
3
4
5
Perfectly