What does incremental refresh do?
- A Partitions a table by date and refreshes only recent partitions instead of reloading everything
- B Refreshes visuals one at a time
- C Loads only visible rows
- D Refreshes only when data changes
Answer
Partitions a table by date and refreshes only recent partitions instead of reloading everything
It can reduce a two-hour refresh to minutes and lets you keep years of history that would otherwise be impractical to refresh.





