BookmarkSubscribeRSS Feed
esbabu
Fluorite | Level 6

Hello
I am trying to grasp a conceptual understanding of the concept of "in memory" table in SAS Viya.
Is all the data loaded into memory and resides there? If not were does data resides?
I would appreciate if any body can explain this.

1 REPLY 1
SASKiwi
PROC Star

In-memory tables are used extensively in Viya and are managed by CAS servers. As soon as a CAS server is shut down, the tables disappear. To read the tables back into memory the CAS server needs to be started and the tables read back in from permanent storage.

 

However Viya also has Compute servers which function just like the SAS 9.4 ones where data is read from and written to permanent storage.