Snowflake for SQL Server Users - Part 18 - Time travel
One really important concept in data warehouses is the idea of versioning. Imagine that I have customers broken into a set of business categories. And then I change which customers are in which categories. For so many transactional systems, if I run a sales report for last year, the customers would now appear in the current business categories, rather than the ones they were part of last year.
In Kimbal-based designs, that’s part of the rationale for what are called Slowly-Changing Dimensions (SCDs).
2019-12-06




