This is the archive of concepts in Big Data. It consists of the notes of personal learning and taking Udemy courses: The Complete dbt (Data Build Tool) Bootcamp: Zero to Hero by Zoltan C. Toth and Miklos (Mike) Petridisz and Big Data Engineering Bootcamp with GCP, and Azure Cloud by Krish Naik and Mayank Aggarwal.
Big Data 6. Slowly Changing Dimensions (SCD)
Slowly Changing Dimensions (SCD) Slowly Changing Dimensions (SCDs) refer to attributes in a data warehouse dimension table that change infrequently—yet unpredictably—over time. When a source system updates a dimension attribute, we need a strategy to decide how that change will be reflected (or not) in the data warehouse. In some cases, storing historical values isn’t necessary; in others, retaining a full history is critical for reporting, auditing, or trend analysis. ...