When new data is added to your data source every 30 minutes (for example), and reloading all data takes more than 30 minutes, how frequently should you update the report in Scheduled Updates? Even if it is run every couple of hours, you are consuming a lot of machine resources to continually reload all data, and in a worst case scenario the data is 2 hours old. The ideal scenario is to maintain the older data which has not changed and instead only load the new data. Scheduled Updates currently does not directly support incremental updates, but this article explains a workaround solution.