BookmarkSubscribeRSS Feed
amorts
Calcite | Level 5

Is there anything I should be designing into a dimensional model specifically for SAS VA? For example star or snowflake schema?

 

I heard it extracts all the data from the database and loads it as a flat table - is this right? 

1 REPLY 1
SASKiwi
PROC Star

Flat tables are by far the most common data model for SAS VA. Star schemas can be used but personally I've never found a need to use them so far. The main reason for using a star schema is to reduce storage requirements, with the downside of greater complexity.

 

However you can also reduce storage requirements for flat tables by combining the use of short character codes and user-defined lookup formats. In effect you are applying the star schema lookup capability without the complexity by using lookup formats.  

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1243 views
  • 0 likes
  • 2 in conversation