Data Warehouse Configurations For Your Data Warehousing System

A data warehouse configuration is commonly knowntypically stored in the data warehouse. In other words,
as the logical architecture. It is the foundation on whichan ODS stores only very recent information, rather
a data warehouse is built or you can say the logicalthan storing permanent information like the data
architecture is a configuration map of the data to bewarehouse.
stored in the warehouse. A data warehouse- Individual Data Mart: It is the summarized subset of
configuration includes a central Enterprise Data Store;the enterprise's data specific to a functional area or
an optional Operational Data Store; one or moredepartment, geographical region, or time period.
optional individual business area Data Marts; and one orAccess to the EDS can often be difficult or slow,
more Metadata Store or Repositories. Whenthanks to the volume of data it contains. This is when
discussing options with your data warehousingthe role of Data Marts comes into play. Data Marts
consultant, these are some of the things that you mustfilter, condense and summarize information for specific
consider.business areas. However in the absence of the Data
- Enterprise Data Store (EDS): This is the centralMart layer, users can access the EDS directly.
repository that supplies atomic integrated information- Metadata Store or Repository: This is a catalog of
to the whole organization. The EDS can be defined asreference information about the primary data. It
the cornerstone of a data warehouse and this can beprovides users and developers with a road map to the
accessed for immediate informational needs as wellinformation in the data warehouse. Metadata is further
as for analytical processing to assist strategicdivided into two categories- information for technical
decision-making in an organization. The EDS mayuse or transformational and information for business
contain data from the existing subject area operationalend-users. Transformational metadata serves a
systems as well as from external sources. This datatechnical purpose for development and maintenance
further feeds individual Data Marts that are accessedof the warehouse, while end-user metadata serves a
by end-user query tools at the user's desktop. Thebusiness purpose. Basically, this type of metadata
EDS can also be called as the collection of dailytranslates a cryptic name code that represents a data
"snapshots" of enterprise-wide data taken over anelement into a meaningful description so that end-users
extended time period. Thus it creates an optimumcan recognize and use the data. On the other hand,
environment for strategic analysis.transformational metadata maps the data element
- Operational Data Store: It is a "snapshot" of afrom its source system to the data warehouse,
moment in time's enterprise-wide data. An ODS is aidentifying it by source field name, destination field code,
set of relational databases designed to perform simpletransformation routine, business rules for usage and
queries on small amounts of data as opposed to thederivation, format, key, size, index and other relevant
complex queries on much greater volumes of datatransformational and structural information.