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

Answers were Sorted based on User's Feedback



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

Answer / surya

slowly changing dimensions can be classified by three types.
1)Type1:In this dimension we can store only current data
and here insert are treated as inserts and updates are
treated as updates.
2)Type2:In this dimension we can store complete historic
data and it can divided into three types
a)Flag
b)Version
c)Date Range
But in type2 inserts are treated as inserts and updates are
treated as inserts.
3)Type3:In this dimension we can store One time historic
data with current data.Here also inserts are treated as
insert and updates are treated as updates.

It's depend upon the granularity of the organization.

Is This Answer Correct ?    4 Yes 0 No

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

Answer / swetha

Type1: 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.

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.

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 Server
saves existing data in different columns of the same row and
replaces the existing data with the updates.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Informatica Interview Questions

If source is having 5000 rows,and if you want to load data into 500 rows to target,if the session runs successfully,how can you verify the target if the rows are successfully loaded or not.

3 Answers   IBM, TCS,


What do think which one is the better joiner or look up?

0 Answers  


In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.

0 Answers  


draw informatica architecture 8.6 ?

0 Answers   Cognizant, TCS,


What is the use of incremental aggregation?

2 Answers  






When will u go for (which means situation) Connected Lookup and Connected Lookup? Pls explain with an example?

5 Answers  


What are the different components of powercenter?

0 Answers  


tell me the informatica architecture

1 Answers   Banca Sella, Wipro,


How can u work with remote database in informatica?did you work directly by using remote connections?

2 Answers  


WHAT IS THE DIFFERENCE B/W 7.X AND 8.X ? TELL ME FEW DIFFERENCES.

2 Answers  


What is sorter transformation?

0 Answers  


who is the best faculty for informatica in hyderabad ameerpet?

1 Answers  


Categories