Please enable JavaScript.
Coggle requires JavaScript to display documents.
DIMENSIONAL MODELS (DM) (Deriving DM from ER (Step 1: Classify entities…
DIMENSIONAL MODELS (DM)
Dimensional Modeling
-
Types
Star Shcema
Consists of a central table called the fact table, surrounded by a number of dimension tables.
Fact tables
-
Usually contain numerical values, which may be analyzed using statistical functions.
Dimensions
Answer “who”, “what”, “when", “where”, “how”, and “why” questions about the business events stored in the fact table.
The hierarchical structure of dimensions provides the basis for analyzing data at different levels of detail
Snowflake Schema
-
It explicitly shows the structure of each dimension rather than appearing as an unstructured collection of data items
Why does it work?
Principle 1: Chunking
If the amount of information received exceeds these limits, information overload ensues and comprehension degrades rapidly
The process of organizing data into a set of separate star schemas effectively provides a way of organizing a large amount of data into cognitively manageable chunks.
-
-
-