Full Refresh vs Incremental refresh

Difference between full refresh vs incremental refresh?

Hi @parthprj

Full Refresh: This refresh method replaces the entire dataset with new data from the source. It re-fetches all rows, regardless of whether any data has changed. This can be time-consuming and resource-intensive, especially for large datasets.

Incremental Refresh: This method only updates the dataset with new or modified records. It appends or modifies data based on a unique identifier date timestamp field rather than refreshing the entire dataset. This approach is more efficient as it reduces processing time and bandwidth usage.

Please refer the below documentation this might be helpful for you.

Hope this helps!

1 Like