difference between source based commit? and target based
commit? which is better with respect to performance?
Answers were Sorted based on User's Feedback
Answer / vamsi
Encourage the person who is trying to give some answers,try
to learn the subject not the english.
Is This Answer Correct ? | 54 Yes | 1 No |
Answer / versch
agree with Vamsi. the person who doesnt know you name know
better than you. Atleast he is answering the questions for
others benefit. Stop making such rekmarks. This panel is
for self-hel and helping others for interview.
Grt job Vamsi!! Keep up.
Is This Answer Correct ? | 21 Yes | 1 No |
Answer / siva
If you set the source based commit, say 1000, it executes
commit after immediate of 1000 records read, irrespective
of how many rows passed to target (may be 600 since 400
dropped).
Similarly, if you set target based commit, say 1000, it
executes commit after immediate of 1000 records inserted,
irrespective of records read from source (may be 1500, rest
of 500 dropped)..
I think you got it..
Is This Answer Correct ? | 6 Yes | 1 No |
source based commit,Target based commit
Both are Having the Same importence.
You can go for commit based on Importence,Requirement only.
If your source have limit then go for source based commit,
If your Target have limit then go for Target based commit.
Any ??? or Corrections,,let me know
‘Srinu.srinuvas@gmail.com ‘
Is This Answer Correct ? | 8 Yes | 4 No |
Answer / infanewbee
i am new in Informatica ....................what does dropped means here(since 400 dropped/rest of 500 dropped) ??
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / krithi
Srinu,please learn how to write grammatically correct
english :-)
Is This Answer Correct ? | 6 Yes | 38 No |
Hi, I am planning to take Infa Certification exam but am unable to find its dumps anywhere on web. If anybody has it, plz share them with me. jkinfo22@gmail.com Thanks in advance
Explain one complecated mapping?
1 2 3 * 4 5 6 * 7 8 9 how to load records between two stars(*),
source target Q410 4 2010 Q311 3 2011 Q412 4 2012 Q309 3 2009
How to load last 10 records of flat file in to the target?
We can't use sql override or other properties when using Flat file as source. Then what is the use of Source Qualifier transformation?
Explain about Informatica server process that how it works relates to mapping variables?
Can we insert and update a target table without using update strategy transformation?How?
how many ways can we implement SCD2?
What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME?
My i/p is 1,2,3,4,5,6,7,8,9,10……….. o/p to be populate in two tables as below. o/p1: 10,20,30,40,50,60,70,80,90……. o/p2: 11,21,31,41,51,61,71,881,91…….
Explain pushdown optimization $pushdownconfig parameter - informatica