2.What is staging area ?

Answers were Sorted based on User's Feedback



2.What is staging area ?..

Answer / chandrasekar

Staging area is a nothing but storage area or parking area
to store the multiple source date. It will
transform,combine, cleanse data,do the simple business logic
and prepare the source data for datawarehouse.

Is This Answer Correct ?    2 Yes 0 No

2.What is staging area ?..

Answer / nrkreddy

Staging area is nothing but to apply our logic to extract
the data from source and cleansing the data and put the
data into meaningful and summaries of the data for
datawarehouse

Is This Answer Correct ?    4 Yes 5 No

2.What is staging area ?..

Answer / sharma

A Staging area simplifies building summaries and general
warehouse management.

Is This Answer Correct ?    4 Yes 6 No

2.What is staging area ?..

Answer / prodyot sarkar

The staging area is:-
* One or more database schema(s) or file stores used to “stage” data extracted from the source OLTP systems prior to being published to the “warehouse” where it is visible to end users.
* Data in the staging area is NOT visible to end users for queries, reports or analysis of any kind. It does not hold completed data ready for querying.
* It may hold intermediate results, (if data is pipelined through a process)
* Equally it may hold “state” data – the keys of the data held on the warehouse, and used to detect whether incoming data includes New or Updated rows. (Or deleted for that matter).
* It is likely to be equal in size (or maybe larger) than the “presentation area” itself.
* Although the “state” data – eg. Last sequence loaded may be backed up, much of the staging area data is automatically replaced during the ETL load processes, and can with care avoid adding to the backup effort. The presentation area however, may need backup in many cases.
* It may include some metadata, which may be used by analysts or operators monitoring the state of the previous loads (eg. audit information, summary totals of rows loaded etc).
* It’s likely to hold details of “rejected” entries – data which has failed quality tests, and may need correction and re-submission to the ETL process.
* It’s likely to have few indexes (compared to the “presentation area”), and hold data in a quite normalised form. The presentation area (the bit the end users see), is by comparison likely to be more highly indexed (mainly bitmap indexes), with highly denormalised tables (the Dimension tables anyway).
The staging area exists to be a separate “back room“ or “engine room” of the warehouse where the data can be transformed, corrected and prepared for the warehouse.
It should ONLY be accessible to the ETL processes working on the data, or administrators monitoring or managing the ETL process.
In summary. A typical warehouse generally has three distinct areas:-
1. Several source systems which provide data. This can include databases (Oracle, SQL Server, Sybase etc) or files or spreadsheets
2. A single “staging area” which may use one or more database schemas or file stores (depending upon warehouse load volumes).
3. One or more “visible” data marts or a single “warehouse presentation area” where data is made visible to end user queries. This is what many people think of as the warehouse – although the entire system is the warehouse – it depends upon your perspective.
The “staging area” is the middle bit.

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Data Warehouse General Interview Questions

Explain the difference between view and materialized view?

0 Answers  


Hi, If any hav Informatica n DWH FAQ's,Plz do fwd to s.rajanikanth1980@gmail.com Thnx Vani

0 Answers  


what are the similarities between ROLAP and MOLAP

2 Answers   Siemens,


How can you implement many relations in star schema model?

0 Answers  


When should one use an MD-database (multi-dimensional database) and not a relational one?

2 Answers   IBM,






How to eliminate duplicate rows from flat file?

0 Answers  


what is indexing ? what are different types of indexes supported by oracle ?

2 Answers  


What are the reasons to use a chameleon method in data warehousing?

0 Answers  


In general, how many Fact & Dimension tables are present in a Banking Data warehouse project ?

0 Answers  


What are the fundamental elements of the data warehouse?

0 Answers  


Write a short note on data warehousing & three-Tier Warehouse architecture in detail.

1 Answers  


Explain what are the advantages of query studio compared to report studio?

0 Answers  


Categories