Hi @Laxmi ,
thank you for your post.
Which model did you install, tabular or multidimensional model? The memory is so important to Tabular Model. We should monitor how much memory is used and then onfigure memory usage. SSAS using memory during two phares, Processing and Quering. During processing, SSAS needs memory to load data and create dictionaries and related data structures before it flushes them to disk. In addition, if the database being processed already contains some data, it must hold the previous version of the database until the transaction commits and the new database is ready to query. During a query, SSAS sometimes needs memory to hold temporary data structures that are needed to resolve the query. Depending on the database size and the query shape, these data structures might be very big, sometimes much bigger than the database itself.
For more information, please refer to Memory properties and Introduction to SQL Server Analysis Services (SSAS) monitoring.
Best regards,
Carrin
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.