Tag: OLAP

Angela Hall 0
Tuning OLAP Cubes

Included are two quick references to tuning OLAP Cubes: Server Tuning Information ~ http://support.sas.com/documentation/cdl/en/biasag/61237/HTML/default/viewer.htm#a003145996.htm Cube Tuning Information ~ http://support.sas.com/documentation/cdl/en/olapug/59574/HTML/default/viewer.htm#a002605609.htm Also, you can add aggregations to the OLAP cube to improve performance. As mentioned in my earlier post, you should consider doing Advanced Aggregation Tuning to provide presummarized measures of various

Angela Hall 2
so what is a SAS OLAP n-way anyway?

In SAS OLAP the N-WAY summarization is created by default, however you have the option to not create the N-WAY & as I highlighted in a prior post, not creating it changes your OLAP type to either a HOLAP or ROLAP. But the real question is what the heck is this

Angela Hall 2
Special request for star schema OLAP cubes

When creating an OLAP Cube from a Star Schema table, the Dimensions / Hierarchies created must be free of all blanks. This is because the name is used as a table alias in the SQL Join. The obvious error in the resulting code example below: proc sql; create table geography

Angela Hall 2
Creating a relational OLAP cube (ROLAP)

SAS allows for three different cube storage mechanisms: 1. MOLAP The traditional SAS OLAP Cube will all aggregations / nway stored on a physical file structure accessible by the SAS OLAP Cube Server. 2. ROLAP A relational OLAP cube - where no aggregations are stored and SAS points to the

Angela Hall 0
Developing custom OLAP cube aggregations

Business problem: By default, OLAP cubes calculate aggregations at each possible intersection of levels in one or more dimensions. However, there are situations where aggregations cannot be completed on the fly for all intersections within the cube due to business rules for some data levels. Also, the source data table

Angela Hall 0
OLAP Cube Developer Access Required in 9.2

For OLAP Cube Developers to gain access to SAS 9.2, two items: 1. Authorizing Access to SAS OLAP Servers from SAS http://support.sas.com/documentation/cdl/en/biasag/61237/HTML/default/a003311504.htm "Users of SAS OLAP Cube Studio need readMetadata and writeMetadata permissions. To read and update the authorizations for SAS OLAP Servers, follow these steps: 1.Open SAS Management Console.