What happens if you increase commit intervals and also
decrease commitExplain grouped cross tab?

Answers were Sorted based on User's Feedback



What happens if you increase commit intervals and also decrease commitExplain grouped cross tab?..

Answer / sasikumar_bes

if you have increased your commit interval to ~25000 rows
the session will run faster but when your session fails at
24000th record you will not have any data in your target.

When you decrease your commit interval to ~10000 rows your
session will be slow when compared to previous but if the
session fails at 24000th record you will lose only 4000
records.

Is This Answer Correct ?    12 Yes 0 No

What happens if you increase commit intervals and also decrease commitExplain grouped cross tab?..

Answer / anju

if commit interval is set to high value, performance will
be high. if commit is given for every 1000 rows say for eg,
it will affect the performance badly

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Informatica Interview Questions

My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

2 Answers   Sapient,


to improve the performance of aggregator we use sorted input option and use sorter t/r befor aggregator. But here we are increasing one more cache in our mapping i.e; sorter. So how can u convince that you are increasing the performance.?

3 Answers   IBM,


What are the join types in joiner transformation?

1 Answers   Informatica,


In Datastage, we have row generator stage to generate dummy row. Is there any such transformation in Informatica. Thanks in advance, Kumar

1 Answers  


Name the different lookup cache(s)?

0 Answers  






Explain incremental aggregation in informatica

0 Answers   Informatica,


Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?

0 Answers  


write sql query following table city gender no chennai male 40 chennai female 35 bangalore male 25 bangalore female 25 mumbai female 15 i want the required output city male female chennai 40 35 bangalore 25 25 mumbai 15

5 Answers   Tech Mahindra,


How Union Transformation is an Active Trans?

6 Answers  


Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.

0 Answers   Cap Gemini,


how can one come to know wether the records loak into the target if we use update strategy

1 Answers   Wipro,


If you done any modifications for a table in back end does it reflect in informatca warehouse or maping?

2 Answers  


Categories