Dimensional Data Modeling - Level

Star Schema

About

A level in a dimensional hierarchy is a set of attributes that has:

  • an mandatory identifier attribute (known also as the business identifier)
  • and descriptive attributes (optional)

Usage

A level is just metadata information that permits to:

  • rewrite a dimensional query. (ie when a descriptif attribute is chosen, the query can be rewrite to use its identifier in order to fine an aggregate followed by a lookup to retrieve the descriptif attribute)
  • define the grain of the query in order to see if there is an aggregate table that can serve it

Storage

In a relational database, the data of a level can be stored





Discover More
Example Date Dimension
Dimensional Data Modeling - Date Dimension

The purpose of a date dimension is to support interpretation of the date. Different areas of the business will have different views of the calendar. A date dimension is critical in supporting such interpretations....
Star Schema
Dimensional Data Modeling - Descriptif Attribute (Dimensional Attribute)

A descriptif attribute is class attribute that describe a property or characteristic of a dimension. They are used to label, filter and/or group on. measures Typical attributes for a product dimension...
Star Schema
Dimensional Data Modeling - Dimension (Perspective)

A dimension is a part of a dimensional schema and provide the basis for analyzing data through slicing and dicing A dimension is just a set of descriptif attribute that are generally grouped: in a...
Star Schema
Dimensional Data Modeling - Dimensional Schemas

This section is dimensional data modeling, That is the building of a cube (hypercube) A dimensional schema is a schema based on dimension. The dimensional schema can modeled: in a relational database...
Star Schema
Dimensional Data Modeling - Grain

The grain is the combination of all lower hierarchy level of the descriptif attribute of a relation (table or query). If you query only a table, the unique key of this table is the grain If you query...
Star Schema
Dimensional Data Modeling - Hierarchy

in dimensional data modeling A hierarchy is a set of levels having many-to-one relationships between each other, and the set of levels collectively makes up a dimension in the form of a tree (A tree...
Star Schema
Dimensional Data Modeling - Measure

In a dimensional model, a measure is a quantitative attribute of a fact (in a fact table) that is not a foreign key that creates a relationship to a dimension. A measure permits to quantify. A calculated...
Star Schema
Dimensional Data Modeling - Relationship

In a dimensional data model, you have mostly a one-to-many relationship between the dimension and the fact table between each level in a hierarchy man-to-many relationship are modeled with a bridge...
Data System Architecture
Dimensional Data Operation - Drill Down / Up

Drilling down or up is a data navigation term along hierarchy levels of data ranging: from the most summarized (up) to the most detailed (down) Going up a level in the hierarchy is called drilling...
Data System Architecture
Logical Data Modeling - Primary Key (Id, Name)

A Primary Key is a key that identify indefinitely uniquely an element: entity or a in their local scope. It's a part of the fully qualified identifier. A real primary key is immutable as...



Share this page:
Follow us:
Task Runner