RSS

MOLAP

·        MOLAP stands for Multidimensional Online Analytical Processing.

·        MOLAP is an alternative to the ROLAP (Relational OLAP) technology.

·        Both ROLAP and MOLAP analytic tools are designed to allow analysis of data through the use of a multidimensional data model, MOLAP differs significantly in that (in some software) it requires the pre-computation and storage of information in the cube — the operation known as processing.

·        Most MOLAP solutions store this data in optimized multidimensional array storage, rather than in a relational database (i.e. in ROLAP).

·        There are many methodologies and algorithms for efficient data storage, aggregation and implementation specific business logic with a MOLAP Solution.

·        A result there is many misconceptions to what the term specifically implies.

·        Many commercial OLAP tools now use a "Hybrid OLAP" (HOLAP) approach, which allows the model designer to decide which portion of the data will be stored in MOLAP 

·        Examples of commercial products that use MOLAP are Cognos Powerplay, Oracle Database OLAP Option, Microsoft Analysis Services, Essbase, TM1, Lilith Hicare and Daptech Keystone. There is also an open source MOLAP server Palo.

Advantages of MOLAP
  • Fast query performance due to optimized storage, multidimensional indexing and caching.
  • Smaller on-disk size of data compared to data stored in relational database due to compression techniques.
  • Automated computation of higher level aggregates of the data.
  • It is very compact for low dimension data sets.
  • Array models provide natural indexing.
  • Effective data extract achieved through the pre-structuring of aggregated data.


Disadvantages of MOLAP
  • Within some MOLAP Solutions the processing step (data load) can be quite lengthy, especially on large data volumes. This is usually remedied by doing only incremental processing, i.e., processing only the data which has changed (usually new data) instead of reprocessing the entire data set.
  • MOLAP tools traditionally have difficulty querying models with dimensions with very high cardinality (i.e., millions of members).
  • Some MOLAP products have difficulty updating and querying models with more than ten dimensions. This limit differs depending on the complexity and cardinality of the dimensions in question. It also depends on the number of facts or measures stored. Other MOLAP products can handle hundreds of dimensions.
  • Some MOLAP methodologies introduce data redundancy.
Reference from:
http://en.wikipedia.org/wiki/MOLAP

0 comments:

Post a Comment