Suppose we are using a Dynamic Lookup in a Mapping and the commit
Interval set for the tgt is 10000. Then how does the data get
committed in the lookup if there were only 100 roows read from
the src and the dynamic lookup dint have the 100th row in it?

Answers were Sorted based on User's Feedback



Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000..

Answer / abhishek singh

First of all can u please tell me whether target is used as
source in this mapping.

If target is used as source in the mapping then commit
interval should be 1.

In other case where target is not used as source then it
could be anything, In your case it will be 10000.

Is This Answer Correct ?    13 Yes 1 No

Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000..

Answer / akash

The cache data should not get impacted in this scenario. The commit interval is a target property.

Is This Answer Correct ?    1 Yes 0 No

Suppose we are using a Dynamic Lookup in a Mapping and the commit Interval set for the tgt is 10000..

Answer / imran

The dynamic lookup cache will be updated in real-time as each row is processed, independent of the target commit interval. The target commit interval only affects when the data is committed to the target table, not when the dynamic lookup cache is updated. Thus, the dynamic lookup will contain the 100th row immediately after it is processed, even though the target table commit interval is not reached.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

How to delete the (flat file) data in the target table after loaded.

2 Answers   TCS,


what is fact table?

9 Answers  


How do you recover rows from a failed session

1 Answers  


What are the different transaction levels available in transaction control transformation?

0 Answers   Informatica,


Why use shortcuts(Instead of making copies).

1 Answers  


when will we go for unconnected lookup transformation in Informatica?

6 Answers   CTS, IBM,


How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?

0 Answers   Informatica,


i have two source data there is no pk,fk how to join the two sources

5 Answers   TetraSoft,


Explain factlessfact table with scenario

1 Answers   HCL,


How to generate sequence numbers without using the sequence generator transformation?

0 Answers   Informatica,


How the Informatica Server reads perameter file?

1 Answers  


Write the program through which the records can be updated?

0 Answers  


Categories