there was one observation that i observed about the sashdat and in-memory table
let's say if there are two same table name like below , one is in memory table , one is in sashdat.
In the event the in-memory tables have gone missing due to memory has been flushed due unforeseen behavior (server restarts or etc) or this particular in-memory table be unloaded in purpose . The "Magic" happens when we open the sas va report that using this table, it will bring back the in-memory table as the "same name".sashdat will be automatically be picked up and reloaded to the in-memory table .
This is amazing.. but what is the mechanism behind and if any documentation talking about ?
