When reading about star schema design I have seen that many people uses various names for different types of dimension tables.
Please list the names and a small description of each type. If any list also an alias name.
|
When reading about star schema design I have seen that many people uses various names for different types of dimension tables. Please list the names and a small description of each type. If any list also an alias name.
| |||
|
feedback
|
|
I have come across these types of dimension tables so far: Regular dimension Time Dimension Parent-child dimension Snowflake dimension Degenerate dimensions Junk dimension Role playing dimensions Mini dimensions Conformed dimensions Monster Dimension Shrunk dimension Inferred Dimensions Static Dimension Multi value Dimension
Slowly changing dimension/Rapidly changing dimension Slowly Growing Dimension/Rapidly Growing Dimension
Data Mining Dimensions | |||
|
feedback
|
|
Reference dimension
An alias for a reference dimension, could be a Snowflake dimension since a reference dimension relationship represents the relationship between dimension tables and a fact table in a snowflake schema design. | |||
|
feedback
|
|
Data quality dimension Typical values in a data quality dimension could then be “Normal value,” “Out-of-bounds value,” “Unlikely value,” “Verified value,” “Unverified value,” and “Uncertain value.” NB: The chosen values in a data quality dimension depends on the specific business needs in a given situation. | |||
|
feedback
|