what is incremental loading ?
Answer Posted / tamilarasan
Incremental loading is used to read the current data
If you have 1000 records those already read still you are getting two new records from client side ..in that case you can read those two record alone instead of read ing all.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data caches/ index caches?
What is the function of union transformation?
What are the different types of repositories created using informatica?
4 yrs etl devloper roles and responsibilities?any body give solutions
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
Explain sessions?
Hello , I am unable to work with SQL transformation at least. Where do i need to give connection for sql transformaton ? At session level there is no property . I have created a SQL Transformation and chosen query mode. But do i need to pass connection information to it ? I don't know where do i need to write a query ? I have written a query in file and that file path i gave in the properties of SQL Transformation. But it is not working. Could any one of you please let know how can i work with SQL Transformation? Advance Thanks.
How to configure mapping in informatica?
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
Different qualification between a related rotate toward the sky and isolates look upward?
How do you set a varible in incremental aggregation
Explain informatica architecture - version 8 / 9
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?
What will be the approach?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?