Schemas:
A schema is a collection of database objects, including tables, views, indexes, and synonyms. In a database these database objects (schemas) could be designed variety of ways commonly known as schema models.
In a data warehousing database these schema objects could be organized using below schema models:
1.) STAR Schema
3.) Constellation or Mixed Schema
A schema is a collection of database objects, including tables, views, indexes, and synonyms. In a database these database objects (schemas) could be designed variety of ways commonly known as schema models.
In a data warehousing database these schema objects could be organized using below schema models:
- Organizes data into a SINGLE central fact table with surrounding MULTIPLE dimension tables
- Each dimension row has many associated fact rows
- Dimension tables do not directly relate to each other
- All Dimension Tables are de-normalized
- Optimized to read data
- User friendly ,easy to understand
- In OBIEE BMM layer only Star or Mixed Star (combination of more then one star schemas) schemas are used
2.) Snow Flake Schema
- Normalized tables are used
- Is also called as extended star schema
- Two dimensional tables will be directly joined
- Like star schema, it has only one fact table
3.) Constellation or Mixed Schema
- It contains more than one fact with some common dimensions (Conformed Dimensions)
- It is combination of some stars or some snows or both
What are CONFORMED DIMENSION ?
- A dimension table is shared by two or more facts then it is called as conformed dimension
- OBIA data model created using conformed dimensions
No comments:
Post a Comment