Data warehousing - various methods of loading Dimension tables.

Describe the various methods of loading Dimension tables.

The following are the methods of loading dimension tables:

Conventional Load:

In this method all the table constraints will be checked against the data, before loading the data.

Direct Load or Faster Load:

As the name suggests, the data will be loaded directly without checking the constraints. The data checking against the table constraints will be performed later and indexing will not be done on bad data.

Describe the various methods of loading Dimension tables.

The methods to load Dimension tables:

Conventional load:- Here the data is checked for any table constraints before loading.

Direct or Faster load:- The data is directly loaded without checking for any constraints.
Data warehousing - difference between OLAP and data warehouse
Difference between OLAP and data warehouse - The following are the differences between OLAP and data warehousing.......
Data warehousing - Describe the foreign key columns in fact table and dimension table.
Foreign key columns in fact table and dimension table - The primary keys of entity tables are the foreign keys.......
Data warehousing - What is cube grouping?
What is cube grouping? - A transformer built set of similar cubes is known as cube grouping.......
Post your comment