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.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 2195 views
  • 2 likes
  • 3 in conversation