Is it possible for a memory optimized table in SQL server to have part of its data in memory and the rest on disk?
I have a requirement to load the last 3 months' data into memory, and the rest of it isn't really required to be in memory because it will not be queried.
Is there any way to do this with memory optimized tables? If not, is there any alternate way to do this?