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
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 |
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 |
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 |
How to delete the (flat file) data in the target table after loaded.
what is fact table?
How do you recover rows from a failed session
What are the different transaction levels available in transaction control transformation?
Why use shortcuts(Instead of making copies).
when will we go for unconnected lookup transformation in Informatica?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
i have two source data there is no pk,fk how to join the two sources
Explain factlessfact table with scenario
How to generate sequence numbers without using the sequence generator transformation?
How the Informatica Server reads perameter file?
Write the program through which the records can be updated?