Forum Discussion
Persistent Cache in Power BI Service
Hello,
Desktop implementations of Power Query (e.g. Power BI Desktop, Excel) use a persistent cache that, in some cases, caches the data sent back in reply to queries/requests sent to external data sources.
IIRC, I've seen a few indications that the Power BI Service also has this kind of persistent cache.
Questions π
- Can someone from Microsoft officially confirm that the Power BI Service has this kind of cache?
- Can anyone shed light on that cache's size in the Service (including whether it is different depending on Pro vs. Premium vs. Premium Per User)?
(For clarity, the caching referred to above is not at the report level, so is different from what's described in Query caching in Power BI Premium.)
Thank you,
Ben
Yes, a persistent cache is used when refreshing queries in the PBI Service. However, the Service caching is slightly different than what happens when refreshing in Desktop. The primary difference is that in Desktop refresh, a single cache is shared by all the queries being refreshed. But in Service refresh, each query gets its own persistent cache. This can lead to Service refresh being slower than Desktop refresh, if the queries benefit from using the results cached by other queries in the dataset.
7 Replies
- lbendlinSuper User
Datasets are loaded into the capacity memory. That's the equivalent of your "cache", but it's also fundamentally how the Power BI service works.
Either your dataset is in memory, or it isn't (when it has been evicted due to inactivity).
- lbendlinSuper User
I don't think that's a thing, unless I misunderstand what you're trying to figure out.
- EhrenMicrosoft Employee
Yes, a persistent cache is used when refreshing queries in the PBI Service. However, the Service caching is slightly different than what happens when refreshing in Desktop. The primary difference is that in Desktop refresh, a single cache is shared by all the queries being refreshed. But in Service refresh, each query gets its own persistent cache. This can lead to Service refresh being slower than Desktop refresh, if the queries benefit from using the results cached by other queries in the dataset.
- v-yingjlCommunity Support
Hi Ben-Dev ,
As far as I know it seems not similar persistent cache in Power BI Service.
Perhaps you can refer this thread that replied by Ehren:
How do I cache or buffer an intermediate query result for repeated
Best Regards,
Community Support Team _ Yingjie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.