|
| Total Answers and Comments: 3 |
Last Update: January 04, 2008 Asked by: purna chowdary |
|
| | |
|
Submitted by: ThomasB 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.
Above answer was rated as good by the following members: nishamakhija21, prerna aggarwal | Go To Top
|