Jump to content

HOLAP: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ropez (talk | contribs)
m typo
OS2Warp (talk | contribs)
Line 20: Line 20:


[[Category:OLAP]]
[[Category:OLAP]]


[[pt:HOLAP]]

Revision as of 18:13, 17 August 2008

HOLAP (Hybrid Online Analytical Processing) is a combination of ROLAP and MOLAP which are other possible implementation of OLAP. HOLAP allows to store part of the data in the MOLAP store and another part of the data in ROLAP store. The degree of control that cube designer has over this partitioning varies from product to product.

Vertical partitioning

In this mode HOLAP stores aggregations in MOLAP for fast query performance, and detailed data in ROLAP to optimize time of cube processing.

Horizontal partitioning

In this mode HOLAP stores some slice of data, usually the more recent one (i.e. sliced by Time dimension) in MOLAP for fast query performance, and older data in ROLAP. Moreover, we can store some dices in MOLAP and others in ROLAP, leveraging the fact that in a large cuboid, there will be dense and sparse subregions [1].

Products

Examples of commercial products which support HOLAP storage mode are Microsoft Analysis Services, MicroStrategy and SAP AG BI Accelerator.

Footnotes

  1. ^ Owen Kaser and Daniel Lemire, Attribute Value Reordering for Efficient Hybrid OLAP, Information Sciences, Volume 176, Issue 16, pages 2279-2438, 2006.