Informatica [message #148249] |
Wed, 23 November 2005 05:18 |
renukha
Messages: 7 Registered: November 2005 Location: Bangalore
|
Junior Member |
|
|
Hi,
Can any one tell what is meant by Incremental load and full load with examples.
|
|
|
|
Re: Informatica [message #148275 is a reply to message #148249] |
Wed, 23 November 2005 06:34 |
kiran
Messages: 503 Registered: July 2000
|
Senior Member |
|
|
Quote: | Can any one tell what is meant by Incremental load and full load with examples.
|
Not sure ,
we do perform some transactional loads which loads all the daily transactions into edw.Did you mean this is the incremental load.
and i think full load is the load which converts all the source systems data and loads into EDW at a time.And this is a one time process.
Check this data warehouse glossary for more info.
--Kiran.
|
|
|
Re: Informatica [message #153126 is a reply to message #148275] |
Thu, 29 December 2005 06:00 |
skooman
Messages: 913 Registered: March 2005 Location: Netherlands
|
Senior Member |
|
|
Maaher,
Yes, Informatica is a like-OWB-product (see www.informatica.com).
Others,
Contrary to previous messages, a full load can be done for a "periodic" update of the datawarehouse too, not only the initial load. To have a true incremental load, you'll have to identify the changed records in the transactional database, and this can be a pretty hard job. So, an option can be to do a full (!) load of (a part of) the required transactional source tables to a temporary area of the targetdatabase and then identify the ones that are different or not yet included in the datawarehouse. Advantage is that the pretty hard job is done by the datawarehouse database & server, not the transactional one.
Regards,
Sabine
|
|
|
Re: Informatica [message #153130 is a reply to message #153126] |
Thu, 29 December 2005 06:24 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
skooman wrote on Thu, 29 December 2005 13:00 | Contrary to previous messages, a full load can be done for a "periodic" update of the datawarehouse too, not only the initial load.
| I never used the word "initial" in my message but you are right: a full load can be done periodically and we do so for our SA loads: truncate/insert. It's no use to keep track of changes there.
Thanks for the informatica link.
MHE
|
|
|