|
Datawarehousing
Tutorials -Data warehousing Concepts short tutorials
Difference Between
Datawarehouse and Data warehousing
Data storage comprises of an overall
architecture and procedure, whereas Data warehouse
is where your information is stored in a Database
in the kind of Dimension, Fact Tables, Lookup Tables,
Aggregated Fact tables. Data storage is not just having
an one information warehouse. Data storage is the
difference of information to data, thereby enabling
the job to visit its operations and operation. This
work is accomplished by the staging and shift of information
from information sources, making the job to access
and examine data.
Dimensional
Model -- an Introduction
Data warehousing is essentially
what you need to do in order to create a data warehouse,
and what you do with it. It is the process of creating,
populating, and then querying a data warehouse and can involve
a number of discrete technologies such as:
In a Dimensional Model, context of the
measurements are represented in dimension tables. You can
also think of the context of a measurement as the characteristics
such as who, what, where, when, how of a measurement (subject
). In your business process Sales, the characteristics of
the 'monthly sales number' measurement can be a Location
(Where), Time (When), Product Sold (What).
The Dimension Attributes are the various
columns in a dimension table. In the Location dimension,
the attributes can be Location Code, State, Country, Zip
code. Generally the Dimension Attributes are used in report
labels, and query constraints such as where Country='USA'.
The dimension attributes also contain one or more hierarchical
relationships.
|