Another fiddly little question.
I have tried to get my head round the meaning of ROLAP and MOLAP variations of OLAP.
I am learning about data from a SQL Server 2008 point of view which may have some bearing on the definitions of ROLAP and MOLAP.
I believe that ROLAP is an OLAP cube that overlays traditional relational data tables as it's source. ROLAP cubes are therefore relatively slow as the cube definition has to reformat the data on the fly to represent an OLAP cube.
I believe MOLAP is an OLAP cube that overlays star schema representation of data where the reorganizing of the data has already been performed as a periodic task so that the OLAP cube has less work to do on the fly when the data interacts with it. MOLAP is therefore relatively fast but needs more disc space because you have to hold the data in your relational tables and your data mart star schemas as a proper data warehouse.
Can anybody offer opinions on whether or not I have got it right?
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.
I have tried to get my head round the meaning of ROLAP and MOLAP variations of OLAP.
I am learning about data from a SQL Server 2008 point of view which may have some bearing on the definitions of ROLAP and MOLAP.
I believe that ROLAP is an OLAP cube that overlays traditional relational data tables as it's source. ROLAP cubes are therefore relatively slow as the cube definition has to reformat the data on the fly to represent an OLAP cube.
I believe MOLAP is an OLAP cube that overlays star schema representation of data where the reorganizing of the data has already been performed as a periodic task so that the OLAP cube has less work to do on the fly when the data interacts with it. MOLAP is therefore relatively fast but needs more disc space because you have to hold the data in your relational tables and your data mart star schemas as a proper data warehouse.
Can anybody offer opinions on whether or not I have got it right?
Dazed and confused.
Remember.. 'Depression is just anger without enthusiasum'.