Kimball Bottom-Up Data Warehouse Architecture

Dimensional Modeling:

Key Characteristics

Advantages


The following are common database schemas used in relational database management systems (RDBMS), including the Star Schema, from which the Snowflake Schema is derived:

  1. Star Schema:
  2. Snowflake Schema:
  3. Galaxy Schema (Fact Constellation Schema):
  4. Hierarchical Schema:
  5. Network Schema:
  6. Flat Schema:

These schemas are utilized based on the specific needs of the database structure, data integrity, and query complexity.

RDBMS Star Schema

The Star Schema is a popular database schema design used in data warehousing. It is named for its resemblance to a star, where a central fact table is surrounded by dimension tables.

Components of Star Schema

Example of Star Schema

Consider an e-commerce sales data warehouse:

Advantages

Disadvantages