Forum Discussion
Incremental Refresh
- 7 years agoHi there
Currently the way Incremental refresh is managed it will only do a full refresh on first load, after which it will only then do an incremental refresh based on your settings.
I have heard that when XMLA is made available you will have better control via XMLA on how to process partitions.
We have 5 tables introducing incremental refresh having a 13 months range and we are using a small dataset. Unfortunately, the scheduled refresh are always failing (timeout issues). We also tried using views for those tables to view the native queries of each table but the refresh still fails. What do you think is the issue? And what would be the possible solution for this?
What happens if you run the query on your source system how does that run?
- ClaFarrace6 years agoNew Member
We set a daily Incremental Refresh to a 120M dataset.
It takes data from a SQL server via MS gateway.
All works fine but each refresh spend about 20 minutes.
If we set a standard refresh on a copy of dataset (same endpoint, same hour...) it takes same time.
It looks quite strange...
Today standard refresh takes less time than incremental refresh. I cannot believe it!
What should I check?
- GilbertQ6 years agoSuper UserHi there
Are you sure that your query is being folded back to the SQL Server system?
And that the incremental refresh is correctly set up?