How do we delete staging area in our project?

Showing Answers 1 - 3 of 3 Answers

narayana

  • Nov 15th, 2006
 

If your database is oracle then we can apply CDC(change data capture) and load data which is only changed recently after previous data load.

  Was this answer useful?  Yes

pushpam vaidya

  • Nov 28th, 2006
 

if staging area is storing only incremental data ( means changed or new data with respect to previous load) then you can truncate the staging area.

 But if you maintain historical information in staging area then you can not truncate your staging area.

  Was this answer useful?  Yes

Aparna

  • Mar 15th, 2007
 

If we use Type 2 of slowly changing dimensions we can delete staging area. because SCD Type 2 stores previous data with version number and time stamp.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions