Difference between ODS and Staging
Answer Posted / harshad
An operational data store (ODS) is a type of database often
used as an interim area for a data warehouse. Unlike a data
warehouse, which contains static data, the contents of the
ODS are updated through the course of business operations.
An ODS is designed to quickly perform relatively simple
queries on small amounts of data (such as finding the
status of a customer order), rather than the complex
queries on large amounts of data typical of the data
warehouse. An ODS is similar to your short term memory in
that it stores only very recent information; in comparison,
the data warehouse is more like long term memory in that it
stores relatively permanent information.
But in staging we are storing current as well as historic
data. This data might be a raw and then need cleansing and
transform before load into datawarehouse.
| Is This Answer Correct ? | 28 Yes | 16 No |
Post New Answer View All Answers
What is the difference between static cache and dynamic cache?
Name a few sectors which use data warehousing?
Explain which columns go to the fact table and which columns go the dimension table?
How to know the time taken for particular report execution?
What is the main difference between star and snowflake star schema? Which one is better and why?
What are algorithms provided by Microsoft in SQL Server?
What is the difference between agglomerative and divisive hierarchical clustering?
What is degenerate dimension table?
Is there any rownum object from which we can do this?
Briefly state different between data ware house & data mart?
What is factless fact tables?
Explain what is the difference between power center & power mart?
Explain what are the different types of data warehousing?
Explain if a flat file cotains 1000 records how can I get first and last records only?
Suppose we want to display zero when null values coming to report how can we do that?