DWM Mod 1
DWM Mod 1
Operational System
Flat Files
A set of data that defines and gives information about other data. Meta
Data used in Data Warehouse for a variety of purpose, including:
Meta Data summarizes necessary information about data, which can make
finding and work with particular instances of data more accessible. For
example, author, data build, and data changed, and file size are examples
of very basic document metadata.
The area of the data warehouse saves all the predefined lightly and highly
summarized (aggregated) data generated by the warehouse manager.
In a star schema, data is organized into a central fact table that contains
the measures of interest, surrounded by dimension tables that describe
the attributes of the measures.
Dimension Table
The dimension tables in a star schema contain the descriptive attributes
of the measures in the fact table. These attributes are used to slice and
dice the data in the fact table, allowing users to analyze the data from
different perspectives.
In a snowflake schema, the fact table is still located at the centre of the
schema, surrounded by the dimension tables.
It is one of the widely used schema for Data warehouse designing and
it is much more complex than star and snowflake schema. For
complex systems, we require fact constellations.
ETL stands for Extract, Transform, Load and it is a process used in data
warehousing to extract data from various sources, transform it into a
format suitable for loading into a data warehouse, and then load it into
the warehouse. The process of ETL can be broken down into the
following three stages:
Extract: The first stage in the ETL process is to extract data from various
sources such as transactional systems, spreadsheets, and flat files. This
step involves reading data from the source systems and storing it in a
staging area.