BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
cesarssantos
Obsidian | Level 7

Hello there,

 

I have a Star schema too heavy, considering my environment. So, I'm looking for options to decrease or compress that data.

 

What's the difference between compressing my data in Enterprise Guide and compressing my data in SAS VA Data Builder?


I noticed that when I use the task Upload to Lasr after a query that compressed my data, my dataset returns to the size before the compressing. Can I compress the data while uploading to Lasr?


Do I have other options?

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20
Compression is an attribute local to the storage, it's not transferred when you move the data.
There's a COMPRESS statement in PROC IMSTAT you could try.
http://documentation.sas.com/?docsetId=inmsref&docsetTarget=p1vi3iq0kbqmy8n1d3wcwy5mexn7.htm&docsetV...
Data never sleeps

View solution in original post

4 REPLIES 4
LinusH
Tourmaline | Level 20
Compression is an attribute local to the storage, it's not transferred when you move the data.
There's a COMPRESS statement in PROC IMSTAT you could try.
http://documentation.sas.com/?docsetId=inmsref&docsetTarget=p1vi3iq0kbqmy8n1d3wcwy5mexn7.htm&docsetV...
Data never sleeps
cesarssantos
Obsidian | Level 7
That is exactly what I was looking for, thank you very much.
SASKiwi
PROC Star

I recommend you don't compress data held in SAS VA LASR memory. In my experience VA report performance suffers quite badly, and it would be even worse with a star schema. I find uncompressed single SAS tables give the best performance, even if it means de-normalising your data from a star schema.

cesarssantos
Obsidian | Level 7
Nice tip, thank you for your collaboration.

SAS Innovate 2025: Register Today!

 

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1621 views
  • 2 likes
  • 3 in conversation