@1454884 Great Question. It indeed impacts performance if we load the data over and over. We should not load anything into Anaplan that has not been changed since the last load into Anaplan. Then what do we do in such cases. Here is the answer You can do it in multiple ways From the source system, request IT to only send the updated information, not the full load every time. Additionally, request IT to create a column in the source file with a hardcoded value of “TRUE.” This will tell Anaplan which row is new or has been updated and can be used as a filter for an export. Just know, before the import of the source data gets loaded, make sure the first action within the process clears out the previous true records (set this up via a view using a filter where the view only shows members with a value of true). Utilize the current period function to only load the current period data. In the SYS Time Filter module, create a line item named Current Period with the formula CURRENTPERIODSTART(). In the export views into Spoke model from Hub, filter the data on this line item. Hope this helps Misbah
... View more