Forum Discussion
Anonymous
6 years agoNot applicable
Incremental Refresh didn't save time
I have a very large dataset of over 25 million rows and I set up a 90-day incremental refresh for it. But the refresh took nearly as long as the usual refresh. Does anybody know how to reduce the inc...
- 6 years agoHi there
It would then appear that both of those data sources do not support query folding.
Which means that it has to load all the data first, and then determine which data to load incrementally. In doing it in this manner it will not be any quicker using incremental refreshing.
GilbertQ
6 years agoSuper User
Hi there
When you say you set up the incremental refresh what is your data source?
If it is not a data source where query folding can happen, or where it cannot read individual data it will have to read all the data first, before it can incrementally load the new data.
When you say you set up the incremental refresh what is your data source?
If it is not a data source where query folding can happen, or where it cannot read individual data it will have to read all the data first, before it can incrementally load the new data.
Anonymous
6 years agoNot applicable
Hi,
I tried to use Dataflow and Snowflake. But they were both slow. I saw the warning of query folding when I set it up. Is there any other way I can speed up the refresh without changing the data source?
Thanks,
- GilbertQ6 years agoSuper UserWhat is your data source?
- Anonymous6 years agoNot applicable
Snowflake and Dataflow
- GilbertQ6 years agoSuper UserThanks for that.
As far as I am aware you currently cannot do incremental refreshes on a dataflow.
Have you enabled the Enhanced Dataflow ability in your Premium settings? That might help with the dataflows?
And I think the same happens for Snowflake in that it cannot create a query to just get the latest data, so it has to read all the data first to only load the incremental part.