Forum Discussion
Anonymous
4 years agoNot applicable
Incremental Refresh and Query Folding
Hi everybody, i'm not able to know if my incremental refresh and query folding it is working correctly. I have a multiple API call. I create the list of all my calls that i transform in a table and...
- 4 years ago
As long as you can observe that the right partitions are updated (and the other ones left alone) you are good. Query folding is not necessary for incremental refresh (although it makes it a little easier).
lbendlin
Super User
4 years agoAs long as you can observe that the right partitions are updated (and the other ones left alone) you are good. Query folding is not necessary for incremental refresh (although it makes it a little easier).
- Anonymous4 years agoNot applicable
Thanks for the answer