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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1268 views
  • 0 likes
  • 2 in conversation