Forum Discussion
incremental refresh of SQL DB->Dataflow->Dataset concept flawed?
I'm running into the same problem. Original source is SQL DB that gets loaded into dataflow with incremental refresh (2 to 3 minutes to refresh). The incremental refresh works great for this step. Next step is consuming the dataflow entity into a dataset with incremental refresh. This is terribly slow (1 hour to refresh). I'm considering removing the dataflow from the equation. How have others handled this situation?
- Anonymous6 years agoNot applicable
Digging up an old topic here but I have the same issue. I love the idea of shared and incremental refreshed dataflows, but not at the expense of exponential dataset refresh times. In my case I have a dataset that takes about 6-8 mins to refresh using direct SQL but almost 30 mins when calling the dataflows that contain the same logic.
Has anyone found a fix for this? I'm about ready to ditch the dataflows for this project, which would be shame because they have so much promise but 30min refreshes for no reason are hard to sell to the business.