What is the main FUNCTIONAL difference between ROLAP,MOLAP,HOLAP?

(NOT AS A RELATIONAL,MULTI, HYBRID?)

Showing Answers 1 - 3 of 3 Answers

Anushree

  • Apr 30th, 2007
 

Rolap is relational Database ,based on Star schema
Molap is Multidimensional Schema based on the Olap model or the Cube
wheras HOLAP is the hybrid of the both

  Was this answer useful?  Yes

ThomasB

  • Jan 4th, 2008
 

The FUNCTIONAL difference between these is how they information is stored.  In all cases, the users see the data as a cube of dimensions and facts.

ROLAP - detailed data is stored in a relational database in 3NF, star, or snowflake form.  Queries must summarize data on the fly.

MOLAP - data is stored in multidimensional form - dimension and facts stored together.  You can think of this a a persistent cube.   Level of detail is determined by the intersection of the dimension hierarchies.

HOALP - data is stored using a combination of relational and multi-dimensional storage.  Summary data might persist as a cube, while detail data is stored relationally, but transitioning between the two is  invisible to the end-user.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions