Data Warehouse Physical Data Model

  • Post author:
  • Post last modified:February 27, 2018
  • Post category:Data Warehouse
  • Reading time:2 mins read

The Data warehouse physical data model describes how the model will be built in the database. A physical database model shows all table structures, including column name, column data type, column constraints, primary key, foreign key, and relationships between tables.

Read:

Features of Data Warehouse Physical Data Model

Following are the features of conceptual Physical model:

  • In this model you will Specify all tables and columns that are available in the model
  • You will use the foreign keys to identify relationships between tables in the model
  • You may want to denormalize tables based on user requirements. Denormalization will speed up the data retrieval mechanism
  • Physical considerations may cause the physical data model to be quite different from the logical data model
  • Physical data model will be different for different RDBMS. For example, RDBMS like Oracle, SQL use the Primary and foreign keys whereas Netezza does not use. You may want to generate the tabe structure specific to that RDBMS

Schematic Representation of Data Warehouse Physical Data Model

The figure below is an example of a physical data model.

Data Warehouse Physical Data Model

From the above diagram you can see that, data warehouse physical model describes how the tables are actually created in the data warehouse environment.

You can also read: