I am new to Hyperion Essbase.
What is the difference between a SPARSE and DENSE Dimension? Is there any documentation that could help me with this?
On
FYI: Go through this link, it covers how the Hyperion works and it will cater your problem too.
https://docs.oracle.com/cd/E12825_01/epm.111/esb_dbag/frameset.htm?dinconc.htm
Thanks.
On
In Essbase, there are two type of database. 1. ASO 2. BSO
For BSO, Essbase divided dimension into two type(dense and sparse) Dense dimension : those who have high availability of data. Sparse dimension: those have less availability of data.
In Essbase, *data store in data block. *dense member decide the size of data block. *sparse member decide the location of the data block(.ind).
The Essbase Database Administrator's Guide contains all the information you need to know about
SPARSEversusDENSEdimensions in the Essbase multidimensional database.From the guide:
When you think of the essbase cube, think of your
DENSEdimensions as the axis of the cube (X, Y, Z). There are always data points (even if they're empty) for all intersections of (X, Y, Z).Think of your
SPARSEdimensions as a group of these cubes, which only exist if there is data existing for that value of the sparse dimension.Data is only stored on disk for a SPARSE dimension's value when that data actually exists.