![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi all, I have some questions about datawarehouse systems in which I am recently involved in a DW project... waiting for your help thnx! 1. when data is extracted,transformed and loaded from the OLTP what is the data model in datawarehouse. I mean, is the OLTP relational model preserved in DW tables.if not, how are new DW tables related to each other. 2. is it true that you only use the star/snowflake schemas when you are modeling a datamart from the data in the datawarehouse. 3. does any ETL process is used when the data from DW is exctracted to logical datamarts. Ozgur 1. Usually not. If you think about it, the DW is not |
#3
| |||
| |||
|
|
hi all, I have some questions about datawarehouse systems in which I am recently involved in a DW project... waiting for your help thnx! 1. when data is extracted,transformed and loaded from the OLTP what is the data model in datawarehouse. I mean, is the OLTP relational model preserved in DW tables.if not, how are new DW tables related to each other. 2. is it true that you only use the star/snowflake schemas when you are modeling a datamart from the data in the datawarehouse. 3. does any ETL process is used when the data from DW is exctracted to logical datamarts. Ozgur |
#4
| |||
| |||
|
|
You wouldn't use a data model created for OLTP for a data warehouse. The T in ETL is Transform, so the answers to (1) are a) usually a dimensional model and b) No and c) by the transformations you have defined in your ETL process. The answer to (2) is No, your datamart doesn't have to use a star/snowflake schema. It might be a cube or it might take some other form. Regarding (3), you wouldn't *extract* to a *logical* datamart. You'd extract only to an actual, real datamart. Seth Grimes ozgurkalay (AT) gmail (DOT) com wrote: hi all, I have some questions about datawarehouse systems in which I am recently involved in a DW project... waiting for your help thnx! 1. when data is extracted,transformed and loaded from the OLTP what is the data model in datawarehouse. I mean, is the OLTP relational model preserved in DW tables.if not, how are new DW tables related to each other. 2. is it true that you only use the star/snowflake schemas when you are modeling a datamart from the data in the datawarehouse. 3. does any ETL process is used when the data from DW is exctracted to logical datamarts. Ozgur Not necessarily. Teradata prefers 2nf table structures to |
#5
| |||
| |||
|
|
hi all, I have some questions about datawarehouse systems in which I am recently involved in a DW project... waiting for your help thnx! 1. when data is extracted,transformed and loaded from the OLTP what is the data model in datawarehouse. I mean, is the OLTP relational model preserved in DW tables.if not, how are new DW tables related to each other. 2. is it true that you only use the star/snowflake schemas when you are modeling a datamart from the data in the datawarehouse. 3. does any ETL process is used when the data from DW is exctracted to logical datamarts. Ozgur To 1: Ususally the reason for extracting data from an OLTP database is |
![]() |
| Thread Tools | |
| Display Modes | |
| |