top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the mappings that we use for slowly changing dimension table?

0 votes
255 views
What are the mappings that we use for slowly changing dimension table?
posted Aug 19, 2015 by Amit Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

SCD-Type 1: Rows containing changes to existing dimensions are updated in the target by overwriting the existing dimension. In the Type 1 Dimension mapping, all rows contain current dimension data.
Use the Type 1 Dimension mapping to update a slowly changing dimension table when you do not need to keep any previous versions of dimensions in the table.

SCD-Type 2: The Type 2 Dimension Data mapping inserts both new and changed dimensions into the target. Changes are tracked in the target table by versioning the primary key and creating a version number for each dimension in the table.
Use the Type 2 Dimension/Version Data mapping to update a slowly changing dimension table when you want to keep a full history of dimension data in the table. Version numbers and versioned primary keys track the order of changes to each dimension.

SCD-Type 3: The Type 3 Dimension mapping filters source rows based on user-defined comparisons and inserts only those found to be new dimensions to the target. Rows containing changes to existing dimensions are updated in the target. When updating an existing dimension, the Informatica Serversaves existing data in different columns of the same row and replaces the existing data with the updates

answer Aug 21, 2015 by Shweta Singh
Similar Questions
+2 votes

Please explain in detail with example about Confirmed Dimension, Junk Dimension, Degenerated Dimension, Slowly changing Dimensions?

0 votes

i have created slowly changing dimension type 2 mapping in informatica mapping designer and i want to get active records from the loaded historical data with out using date,flag & version?

...