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 |
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3
explain about lookup t/r?
What is the use of code page?
What is a surrogate key?Why we use it in a mapping?Pl give an example.
Hi, This is Lakshmi,Anyone taking classes for datawarehouse-Informatica and BO with real time project
If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?
What are the basic requirements to join two sources in a source qualifier transformation using default join?
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?
what are the limitation of sorter transformation?
What is difference between partioning of relatonal target and partitioning of file targets?
My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?
If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.