what is incremental loading ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sankar naidu.talluru
it is a process of considering only new records by omitting
existing records for data load is known as incremental loading.
| Is This Answer Correct ? | 5 Yes | 12 No |
have you developed documents in your project? and what documents we develop in realtime?
What is exact use of 'Online' and 'Offline' server connect Options while defining Work flow in Work flow ?
Explain pushdown optimization $pushdownconfig parameter - informatica
hi all hi have flat file like below my requirement is empid,ename,sal,loc 101,vamshi,5000,hyd 101,vamshi,5020,hyd 201,raju,5000,hyd 202,ram,4000,hyd 203,kumar,3500,pune 203,kumar,3500,pune 203,kumar,5000,hyd 203,kumar,6000,hyd i want the o/p like this in one target 201,raju,5000,hyd 202,ram,4000,hyd and in second target 101,vamshi,5000,hyd 101,vamshi,5020,hyd 203,kumar,3500,pune 203,kumar,3500,pune 203,kumar,5000,hyd 203,kumar,6000,hyd
What is the difference between a repository server and a powerhouse?
Why should we use star schema in datawarehouse design?
What are session parameters ? How do you set them?
How can you join two tables without any common column present in them?
What is the benefit of session partitioning?
If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?
tell me 7.x and 8.x diferrencess(but not transformations)
What are the conditions needed to improve the performance of informatica aggregator transformation?