What is an incremental loading? in which situations we will
use incremental loading
Answers were Sorted based on User's Feedback
Incremental Loading is an approach.Let suppose you a mapping
for load the data from employee table to a employee_target
table on the hire date basis.Again let suppose you already
move the employee data from source to target up to the
employees hire date 31-12-2009.Your organization now want to
load data on employee_target today.Your target already have
the data of that employees having hire date up to
31-12-2009.so you now pickup the source data which are
hiring from 1-1-2010 to till date.That's why you needn't
take the data before than that date,if you do that wrongly
it is overhead for loading data again in target which is
already exists.So in source qualifier you filter the records
as per hire date and you can also parametrized the hire date
that help from which date you want to load data upon target.
This is the concept of Incremental loading.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jeevan kumar medapati
incremental loading means :: after completion of full load
we have to load new records only in to the tables this
process is called incremental load or delta load,
to perform incremental loading we are using LAST UPDATE
DATE>=ETL LAST RUN DATE method.
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the tasks that can be performed using sq?
i have different sources in different databases ,that sources may be 100 tables i want to load these tables in to single target how to pearform the task
I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.
Update strategy transformation is an active transformation.How it changes the number of records that pass through it? Please explain....
what is informatica metadata?
 Informatica Checkpoints
how to load dimension table and fact table. plz tell me the steps.
wat are deployement groups in informatica, how it will be used for developers
Describe an informatica powercenter?
How i can Schdule the Informatica job in "Unix Corn Schduling tool" ?
what is the function of 'F10' informatica ?
without using rank transformation how can we rank items by using some other transformations