MOLAP & ROLAP
4 posters
Page 1 of 1
MOLAP & ROLAP
Discuss the difference between MOLAP & ROLAP Datacubes
aashaya m- Posts : 18
Join date : 2011-04-25
Re: MOLAP & ROLAP
MOLAP is a OLAP environment based on a MultiDimensional database (MDDB) such as TM1, Hyperion, and SSAS. ROLAP is an OLAP environment based on a relational database (RDB). MDDB's are physically different than RDB's. Whereas in a RDB data is stored in tables, rows and columns, in an MDDB, data is stored in cells within a cube. MDDB's provide significantly better performance but significantly lower capacity. They usually contain aggregate data and supported by detailed (atomic level) star schema implemented in a relational database.
More MOLAP & ROLAP
To expand on the first reply, MOLAP/MDDB may appear to be faster, but it usually depends on when you start timing. If your existing cubes don't answer your question and new one(s) need to be built, add this time into the overall response time. And because of the indexing and physical storage of values for all the drill paths you may have requested, the overall size is significantly smaller than what a ROLAP tool can offer. Also, because the cube is a store of aggregated data, it's likely that you cannot drill directly into the underlying, causal atomic detail data.
Regards,
Keith
Regards,
Keith
kbreedlove50- Posts : 4
Join date : 2011-05-09
Re: MOLAP & ROLAP
Just an FYI on a few things:
1) Yahoo have a 18Tb MOLAP SSAS cube. So there is no real size restriction on MOLAP cubes
2) SSAS can do MOLAP, HOLAP and ROLAP. I work in a Teradata environment where we use SSAS and have MOLAP dimensions with ROLAP fact data.
3) SSAS does not pre-aggregate data by default. However it is designed that it can still aggregate data quickly, and aggregations may be built on an SSAS cube (whether MOLAP or ROLAP).
1) Yahoo have a 18Tb MOLAP SSAS cube. So there is no real size restriction on MOLAP cubes
2) SSAS can do MOLAP, HOLAP and ROLAP. I work in a Teradata environment where we use SSAS and have MOLAP dimensions with ROLAP fact data.
3) SSAS does not pre-aggregate data by default. However it is designed that it can still aggregate data quickly, and aggregations may be built on an SSAS cube (whether MOLAP or ROLAP).
Similar topics
» Question about ROLAP and MOLAP
» Conceptual question: MOLAP
» Which is the Best model to support measures with custom roll up formulaes in a ROLAP environment?
» Conceptual question: MOLAP
» Which is the Best model to support measures with custom roll up formulaes in a ROLAP environment?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum