Hi,
I am fairly new to SSAS and SQL Server but Google didn't help. I am grateful for pointers to the right documentation.
I have setup a cube and I query it from Excel using pivot tables.
The very first update/request I run takes around 10 secs to run, however the following request complete in less then a second.
When I wait a while without querying (10 minutes or so) the first update takes 10 seconds again.
How can I prevent this behavior and speed up the first update?
I imagine, that SQL Server unloads the cube from RAM after a while. Is there a way to mark the cube as "keep in RAM".
Thanks,
Cilvic