You are on page 1of 9

SIMAD UNIVERSITY

Chapter 8: Data Warehousing

Define Data Warehouse


Data Warehouse: physical repository where relational data are specially organized to provide
enterprise-wide, cleansed data in a standardized format
The data warehouse is a collection of integrated, subject-oriented databases design to support DSS
functions, where each unit of data is non-volatile and relevant to some moment in time” .
Data Warehouse: is repository of current and historical data of potential interest for managers
throughout the organization.
Explain briefly the fundamental Characteristics of DW
1. Subject oriented: means data are organized by detailed subject, such as sales, products or
customers containing only information relevant for decision support.
2. Integrated: means closed related to subject orientation. Data warehouses must place data
from different sources into consistent format.
3. Time relevant (time series): means data warehouse maintains historical data.
4. Non-volatile: means after entering data into the warehouse, users cannot change or
update the data.
5. Web based: data warehouse are typically designed to provide an efficient computing
environment for web based applications.
6. Relational/ multidimensional: data warehouse uses either a relational structure or
multidimensional structure.
7. Client/server: data warehouse uses client/server architecture to provide easy access for
end users.
8. Real time: newer data warehouses provide real time or active, data access and analysis
capabilities.
9. Metadata: DW contains metadata about that describes how data are organized and how
to effectively use them.
10. Summarized: data in the data warehouse are summarized not fully detailed as
transactional databases.
11. Not normalized: data in the warehouse not normalized so data redundancy and
functional dependent will exist in the data, DW are not applied normalization processes.
Define Data Mart and its types

DSS Chapter 8 Class: BIT14B Page 1


SIMAD UNIVERSITY

Data Mart: A departmental data warehouse that stores only relevant data and typically consist
of single subject area e.g. marketing and operation. Data mart can either dependent or
independent:-
1. Dependent data mart: A subset that is created directly from a data warehouse and its
source is data warehouse so DW must be implemented first.
2. Independent data mart: A small data warehouse designed for a strategic business unit
or a department, but its source is not EDW.
Other Data Warehousing related Definitions
Operational data stores (ODS): A type of database often used as an interim staging area
for a data warehouse, unlike static content of data warehouse , the content of ODS are
updated throughout the course of business operations. An ODS is used for short term
decision involving mission critical applications rather than medium and long term
decisions associated with EDW. An ODS is like short term memory that stores very
recent information.
Oper marts: An operational data mart that are created when operational data needs to be
analyzed multidimensionaly. The data for oper marts come from ODS.
Enterprise data warehouse (EDW): is a large scale data warehouse that is used across
the enterprise for decision support and provides
Metadata: Data about data. In a data warehouse, metadata describe the contents and
structure of a data warehouse and the manner of its acquisition and use
Describe data warehouse process
1. Data sources: data are sourced from multiple independent operational systems and
possibly from external data providers.
2. Data extraction: data are extracted using custom-written or commercial software called
ETL.
3. Data loading: data are loaded into a staging area, where they are transformed and
cleaned. The data are then ready to load into the data warehouse.
4. Comprehensive database: essentially, this EDW to support all decision analysis by
providing relevant summarized and detailed information originating from many different
sources.

DSS Chapter 8 Class: BIT14B Page 2


SIMAD UNIVERSITY

5. Metadata: metadata are maintained so that they can be access by IT personnel and users.
Metadata include software programs about data and rules for organizing data summaries
that are easy to index and search, especially web tools.
6. Middleware tools: enable access to the data warehouse. Power users such as analysis
may write their own SQL queries. Other may employ a managed query environment,
such as business objects, to access data. There are many front end applications that
business users can use to interact with data stored in the data repositories, including data
mining, OLAP, reporting tools, and data visualization tools.
List major components of data warehouse
1. Data sources
2. ETL
3. Data mart
4. Middleware
5. Application visualization (OLAP, dashboard, etc)
Describe Data warehouse architecture
There is several architecture for data warehousing. Two tier and three tier architecture:-
Three-tier architecture
1. The data warehouse itself, which contains the data and associated software.
2. Data acquisition (back-end) software, which extracts data from legacy systems and
external sources, consolidates and summarizes them, loads them into the data warehouse.
3. Client (front-end) software, which allows users to access and analyze data from the
warehouse.
Two-tier architecture
First 2 tiers in three-tier architecture is combined into one
One tier architecture
Client is both client/server.
Explain Web based architecture
web based architecture for data warehousing are similar to other data ware housing architectures,
requiring a design choice for housing the web data warehouse with the transaction server or as a
separate servers.

DSS Chapter 8 Class: BIT14B Page 3


SIMAD UNIVERSITY

DW Architecture Considerations
Issues to consider when deciding which architecture to use:
 Which database management system (DBMS) should be used?
 Will parallel processing and/or partitioning be used?
 Will data migration tools be used to load the data warehouse?
 What tools will be used to support data retrieval and analysis?
List the alternative data warehousing architectures
1. Independent data mart architecture
2. Data mart bus architecture with linked dimensional data marts
3. Hub and spoke architecture
4. Centralized data warehousing architecture
5. Federated architecture
Which architecture is the best?
There are two gurus of the data warehousing field. Bill Inmon and Ralph Kimball, are at the
heart of this discussion. Inmon advocates the Hub-and spoke Architecture whreas Killball
promotes the data mart bus architecture with conformed dimensions.
Data Integration and the Extraction, Transformation, and Load (ETL) Process
ETL
• Issues affecting the purchase of and ETL tool
– Data transformation tools are expensive
– Data transformation tools may have a long learning curve
• Important criteria in selecting an ETL tool
– Ability to read from and write to an unlimited number of data
sources/architectures
– Automatic capturing and delivery of metadata
– An easy-to-use interface for the developer and the functional user
Benefits of DW
• Direct benefits of a data warehouse
1. Allows end users to perform extensive analysis
2. Allows a consolidated view of corporate data
3. Better and more timely information

DSS Chapter 8 Class: BIT14B Page 4


SIMAD UNIVERSITY

4. Enhanced system performance


5. Simplification of data access
• Indirect benefits of data warehouse
1. Enhance business knowledge
2. Present competitive advantage
3. Enhance customer service and satisfaction
4. Facilitate decision making
5. Help in reforming business processes
Data warehouse Development approaches
• When developing Two approaches are employed.
1. The first approach is that of Bill Immon, who is called the father of DW. The Immon
supports a top-down development approaches that adapts traditional relational database
tools to development needs of enterprise-wide DW, also known as the EDW approach.
2. The second approach is that of Ralph Kimball, who proposes a bottom-up approach
that employs dimensional modeling, also known as data mart approach.
Which model is best?
There is no one-size-fits-all strategy to DW. The difference between the two approaches.

One alternative is the hosted warehouse

DSS Chapter 8 Class: BIT14B Page 5


SIMAD UNIVERSITY

Some organizations want to completely outsource their data warehouse efforts. They simply do
not want to deal with software and hardware acquisitions, and they do not want to manage their
information systems. One alternative is to use hosted data warehouse.
Data warehouse structure
Data warehouse structure: can be star scheme or relational schema
• Many variations in data warehouse architectures are possible. The most important one is
the start schema. The data warehouse design is based on the concept of dimensional
modelling. Dimensional modelling is a retrieval based systems that supports high
volume query access. The star schema is the means in which dimensional modelling is
implemented. A star schema contains a central fact table surrounded by several
dimension tables; the fact table contains large number of rows that correspond to the
observed facts.
Examples of star schema:
• Grain: the grain of data warehouse defines the highest level of detail that is supported. The grain
indicates whether the data warehouse is highly summarized or also includes detailed transaction data.
• Drill down analysis: is the process of probing (searching) beyond a summarized value to
investigate each of detail transaction that comprises the summary.
• Slice: Projection operations are performed on the dimensions.
Relational structure
Relational structure: is a structure based the concept of relationships between entities or
objects. These structures have no central table that stores data from different entities, but deals
all entities as relationships among them.
Best Practices for Implementing DW
• The project must fit with corporate strategy
• There must be complete buy-in to the project
• It is important to manage user expectations
• The data warehouse must be built incrementally
• Adaptability must be built in from the start
• The project must be managed by both IT and business professionals (a business–supplier
relationship must be developed)
• Do not overlook training requirements

DSS Chapter 8 Class: BIT14B Page 6


SIMAD UNIVERSITY

• Be politically aware.
List Risks in Implementing DW
• No mission or objective • Architectural and design risks
• Quality of source data unknown • Scope creep and changing requirements
• Skills not in place • Vendors out of control
• Inadequate budget • Multiple platforms
• Lack of supporting software • Key people leaving the project
• Source data not understood • Loss of the sponsor
• Weak sponsor • Too much new technology
• Users not computer literate • Geographically distributed environment
• Political problems or turf wars • Team geography and language culture.
• Unrealistic user expectations
Things to Avoid for Successful Implementation of DW
• Starting with the wrong sponsorship chain
• Setting expectations that you cannot meet
• Engaging in politically naive behavior
• Believing that data warehousing database design is the same as transactional DB design
• Choosing a data warehouse manager who is technology oriented rather than user oriented
Real time data warehouse
Real time data warehousing (RDW) also known as Active data warehouse (ADW) is the
process of loading and providing data via the data warehouse as they become available.
Enabling real-time data updates for real-time analysis and real-time decision making is
growing rapidly.
Comparing Traditional and Active DW

DSS Chapter 8 Class: BIT14B Page 7


SIMAD UNIVERSITY

Data Warehouse Administration


Due to its huge size and its intrinsic nature, a DW requires especially strong monitoring in
order to sustain its efficiency, productivity and security.
The successful administration and management of a data warehouse entails skills and
proficiency that go past what is required of a traditional database administrator
Scalability
The main issues pertaining to scalability:
• The amount of data in the warehouse
• How quickly the warehouse is expected to grow
• The number of concurrent users
• The complexity of user queries
Good scalability means that queries and other data-access functions will grow linearly with the
size of the warehouse
Effective security in data warehouse should focus on four main areas list them
• Security and privacy of information are main and significant concerns for data warehouse
professional. Effective security in data warehouse should focus on four main areas:-
1. Establishing effective corporate and security policies and procedures.
2. Implementing logical security procedures and techniques to restrict access
3. Limiting physical access to the data center environment.
4. Establishing an effective internal control review with an emphasis on security and
privacy.

DSS Chapter 8 Class: BIT14B Page 8


SIMAD UNIVERSITY

END

DSS Chapter 8 Class: BIT14B Page 9

You might also like