Page 1 of 1

Initial Load in Datastage?

Posted: Wed Sep 08, 2010 12:32 am
by balaya.ds
what is meant by Initial Load & Delta Load..?

when does it come into picture in Datastage ?

Posted: Wed Sep 08, 2010 1:57 am
by ray.wurlod
When's the interview?

These terms can mean different things in different scenarios, but I shall assume you are referring to some kind of ETL context.

The initial load is where the target table is empty at the start of the run. Delta loads compare the new data with what's already in the table and only load the changes.

How this is actually done depends on what kind of change is detected (insert, update or delete) and whether surrogate key management is required.