Forum Discussion

simonliucan's avatar
simonliucan
Frequent Visitor
4 years ago
Solved

Running Report while AAZ tabular model is being refreshed

Hi there,   Quick question: I have a dataset which uses live connection to Azure Analysis Service tabular model. If my model is being refreshed and I run report based on this dataset:     1. Do ...
  • v-zhangti's avatar
    4 years ago

    Hi, simonliucan 

     

    Theoretically you will get the results of your run report before the refresh starts.

     

    A scalable deployment for large query or processing workloads typically comes with expectations of high availability.

     

    In a regular single-server deployment, processing and query workloads run concurrently, assuming system resources are sufficient for both activities. Analysis Services keeps existing data structures intact for query support while an updated version is being processed in the background. Having sufficient memory and disk space to handle temporary data structures is a hardware requirement that exists for all server modes, although each mode places different demands on system resources and comes with different levels of NUMA-awareness.

     

    Here is the related document, hope it can help you.

    https://docs.microsoft.com/analysis-services/instances/high-availability-and-scalability-in-analysis-services?view=asallproducts-allversions 

     

    Best Regards,

    Community Support Team _Charlotte

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.