Star Schema
(Redirected from Star schema)
Jump to navigation
Jump to search
A Star Schema is a logical data model that ...
- Example(s):
- See: Fact Table, Dimension (Data Warehouse), Snowflake Schema, Physical Data Model.
References
2019
- (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Star_schema Retrieved:2019-2-28.
- In computing, the star schema is the simplest style of data mart schema and is the approach most widely used to develop data warehouses and dimensional data marts. [1] The star schema consists of one or more fact tables referencing any number of dimension tables. The star schema is an important special case of the snowflake schema, and is more effective for handling simpler queries. The star schema gets its name from the physical model's[2] resemblance to a star shape with a fact table at its center and the dimension tables surrounding it representing the star's points.