InterviewSolution
| 1. |
What Is The Difference Between Operational Data Store And Staging Area? |
|
Answer» Operation Data Store or ODS means the CURRENT data that is required to do quick analysis or near realtime REPORTING. On the other side Staging is a dump of all data that you gather form multiple and heterogeneous Sources, you cleanse this data, apply multiple business RULES, filter it and then push it to your Data Warehouse or ODS. An ODS sits between your Staging/Factory and Data Warehouse. It gets a snapshot of most recent data, like if its a: - Telecom provider it would store data of around 1 month to GIVE you quick and detailed analysis on multiple calls/sms's done on a daily basis. Operation Data Store or ODS means the current data that is required to do quick analysis or near realtime reporting. On the other side Staging is a dump of all data that you gather form multiple and heterogeneous Sources, you cleanse this data, apply multiple business rules, filter it and then push it to your Data Warehouse or ODS. An ODS sits between your Staging/Factory and Data Warehouse. It gets a snapshot of most recent data, like if its a: - Telecom provider it would store data of around 1 month to give you quick and detailed analysis on multiple calls/sms's done on a daily basis. |
|