What happens if you increase commit intervals and also
decrease commitExplain grouped cross tab?
Answers were Sorted based on User's Feedback
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 |
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 |
i have 1000 records in my dource table, the same i have in target ,but a new column added in target as "batchno", and this column adds no 10 for 1st 100 records and 20 for next 100 records and 30 next 100 records and vice versa. how to acheive this?
what are cost based and rule based approaches and what is the difference?
what happens when a batch fails?
Explain why we use partitioning the session in informatica?
Hi ETL gurus can any one tell me with a flow how to implement SCD Type 1 and SCD Type 2 in a single mapping.For some fields SCD type has to be implemented and for some fields scd type has to be implementd..Thank in advance..please let me know in case of any concerns...
How to generate the HTML output using Informatica.
What are the tasks that source qualifier performs?
what is the difference between Informatica7.1 & informatica 8.1
How will you update the row without using update statergy?
Diffrence between 7.1,8.1 and 8.6
What are limitations of joiner transformation?
What do you mean by blocking transformation?