Forum Discussion
Incremental Refresh Decision
What is the current and expected data volume/row count: current -1 million rows, expected 100-500 rows per day
How much historical data needs to be retained : last 5 years
How frequently is the data refreshed: Daily
What is the source system: Databricks
Is query folding supported for the date/time filter: Yes
Is the data append-only or can historical records be updated/deleted: historical can be updated/deleted
- krishnakanth2404 hours ago
Super User
Since historical records can change, you can configure Incremental Refresh and Detect data changes instead seeing the table as append only.
You can validate it in Dev/Test first then deploy tested semantic model to Production which avoids having to introduce the refresh architecture as model is already in production
Given the low daily growth, incremental refresh is useful because of 5-year historical window and potential updates/deletes to historical data.