SlideShare ist ein Scribd-Unternehmen logo
1 von 58
Inmon
Father of the data warehouse
Co-creator of the Corporate
Information Factory.
He has 35 years of
experience in database
technology management
and data warehouse design.
Inmon-Cont’d
Bill has written about a variety
of topics on the building, usage,
& maintenance of the data warehouse
& the Corporate Information Factory.

He has written more than 650
articles (Datamation, ComputerWorld,
and Byte Magazine).

Inmon has published 45 books.

Many of books has been translated to Chinese, Dutch, French, German,
Japanese, Korean, Portuguese, Russian, and Spanish.
Introduction
What is Data Warehouse?
A data warehouse is a collection of integrated
databases designed to support a DSS.
According to Inmon’s (father of data warehousing)
definition(Inmon,1992a,p.5):
 It is a collection of integrated, subject-oriented
databases designed to support the DSS function,
where each unit of data is non-volatile and relevant
to some moment in time.
Introduction-Cont’d.
Where is it used?
It is used for evaluating future strategy.
It needs a successful technician:




Flexible.
Team player.
Good balance of business and technical
understanding.
Introduction-Cont’d.
The ultimate use of data warehouse is Mass Customization.

For example, it increased Capital One’s customers from 1
million to approximately 9 millions in 8 years.
Just like a muscle: DW increases in strength with active use.

With each new test and product, valuable information is
added to the DW, allowing the analyst to learn from the
success and failure of the past.
The key to survival:

Is the ability to analyze, plan, and react to changing
business conditions in a much more rapid fashion.
Data Warehouse
In order for data to be effective, DW must be:





Consistent.
Well integrated.
Well defined.
Time stamped.

DW environment:


The data store, data mart & the metadata.
The Data Store
An operational data store (ODS) stores data for a
specific application. It feeds the data warehouse a
stream of desired raw data.
Is the most common component of DW environment.
Data store is generally subject oriented, volatile,
current commonly focused on customers, products,
orders, policies, claims, etc…
Data Store & Data Warehouse
Data store & Data warehouse, table 10-1 page
296
The data store-Cont’d.
Its day-to-day function is to store the data for a
single specific set of operational application.
Its function is to feed the data warehouse data
for the purpose of analysis.
The Data Mart
It is lower-cost, scaled down version of the
DW.
Data Mart offer a targeted and less costly
method of gaining the advantages associated
with data warehousing and can be scaled up to
a full DW environment over time.
The Meta Data
Last component of DW environments.
It is information that is kept about the warehouse
rather than information kept within the warehouse.
Legacy systems generally don’t keep a record of
characteristics of the data (such as what pieces of data
exist and where they are located).
The metadata is simply data about data.
Conclusion
A Data Warehouse is a collection of integrated subjectoriented databases designed to support a DSS.


Each unit of data is non-volatile and relevant to some moment in time.

An operational data store (ODS) stores data for a specific
application. It feeds the data warehouse a stream of desired
raw data.
A data mart is a lower-cost, scaled-down version of a data
warehouse, usually designed to support a small group of users
(rather than the entire firm).
The metadata is information that is kept about the warehouse.
Data Warehouse
Subject oriented
Data integrated
Time variant
Nonvolatile
Characteristics of Data Warehouse
Subject oriented. Data are organized based on
how the users refer to them.
Integrated. All inconsistencies regarding naming
convention and value representations are
removed.
Nonvolatile. Data are stored in read-only format
and do not change over time.
Time variant. Data are not current but normally
time series.
Characteristics of Data Warehouse

Summarized Operational data are mapped into
a decision-usable format
Large volume. Time series data sets are
normally quite large.
Not normalized. DW data can be, and often
are, redundant.
Metadata. Data about data are stored.
Data sources. Data come from internal and
external unintegrated operational systems.
A Data Warehouse is Subject Oriented
Subject Orientation

Application Environment

Data warehouse
Environment

Design activities must be equally
focused on both process and database
design

DW world is primarily void of process
design and tends to focus exclusively on
issues of data modeling and database
design
Data Integrated
Integration –consistency naming
conventions and measurement attributers,
accuracy, and common aggregation.
Establishment of a common unit of
measure for all synonymous data
elements from dissimilar database.
The data must be stored in the DW in an
integrated, globally acceptable manner
Data Integrated
Time Variant
In an operational application system, the
expectation is that all data within the database
are accurate as of the moment of access. In the
DW data are simply assumed to be accurate as
of some moment in time and not necessarily
right now.
One of the places where DW data display time
variance is in the structure of the record key.
Every primary key contained within the DW
must contain, either implicitly or explicitly an
element of time( day, week, month, etc)
Time Variant
Every piece of data contained within the
warehouse must be associated with a
particular point in time if any useful
analysis is to be conducted with it.
Another aspect of time variance in DW
data is that, once recorded, data within the
warehouse cannot be updated or
changed.
Nonvolatility
Typical activities such as deletes, inserts,
and changes that are performed in an
operational application environment are
completely nonexistent in a DW
environment.
Only two data operations are ever
performed in the DW: data loading and
data access
Nonvolatility
Application

DW

The design issues must focus on data
integrity and update anomalies. Complex
processes must be coded to ensure that the
data update processes allow for high
integrity of the final product.

Such issues are no concern to in a DW
environment because data update is never
performed.

Data is placed in normalized form to
ensure a minimal redundancy (totals that
could be calculated would never be
stored)

Designers find it useful to store many of
such calculations or summarizations.

The technologies necessary to support
issues of transaction and data recovery,
roll back, and detection and remedy of
deadlock are quite complex.

Relative simplicity in technology
Issues of Data Redundancy between
DW and operational environments
The lack of relevancy of issues such as data
normalization in the DW environment may suggest that
existence of massive data redundancy within the data
warehouse and between the operational and DW
environments.

Inmon(1992) pointed out and proved that it is not true.
Issues of Data Redundancy between
DW and operational environments
The data being loaded into the DW are filtered and “cleansed” as they
pass from the operational database to the warehouse. Because of this
cleansing numerous data that exists in the operational environment
never pass to the data warehouse. Only the data necessary for
processing by the DSS or EIS are ever actually loaded into the DW.
The time horizons for warehouse and operational data elements are
unique. Data in the operational environment are fresh, whereas
warehouse data are generally much older.(so there is minimal
opportunity of the data to overlap between two environments )
The data loaded into the DW often undergo a radical transformation as
they pass form operational to the DW environment. So data in DW are
not the same.
Given this factors, Inmon suggests that data redundancy between the two
environments is a rare occurrence with a typical redundancy factor of
less than 1 %
The Data Warehouse
Architecture
The architecture consists of various
interconnected elements:








Operational and external database layer – the
source data for the DW
Information access layer – the tools the end
user access to extract and analyze the data
Data access layer – the interface between the
operational and information access layers
Metadata layer – the data directory or
repository of metadata information
Components of the Data
Warehouse Architecture
The Data Warehouse
Architecture
Additional layers are:








Process management layer – the scheduler or job
controller
Application messaging layer – the “middleware” that
transports information around the firm
Physical data warehouse layer – where the actual
data used in the DSS are located
Data staging layer – all of the processes necessary to
select, edit, summarize and load warehouse data
from the operational and external data bases
Data Warehousing Typology
The virtual data warehouse – the end users
have direct access to the data stores, using
tools enabled at the data access layer
The central data warehouse – a single physical
database contains all of the data for a specific
functional area
The distributed data warehouse – the
components are distributed across several
physical databases
The Metadata
The name suggests some high-level
technological concept, but it really is fairly
simple. Metadata is “data about data”.
With the emergence of the data warehouse as a
decision support structure, the metadata are
considered as much a resource as the business
data they describe.
Metadata are abstractions -- they are high level
data that provide concise descriptions of lowerlevel data.
The Metadata
For example, a line in a sales database may contain:
4056 KJ596 223.45
This is mostly meaningless until we consult the metadata
that tells us it was store number 4056, product KJ596
and sales of $223.45
The metadata are essential ingredients in the
transformation of raw data into knowledge. They are the
“keys” that allow us to handle the raw data.
General Metadata Issues
General metadata issues associated with Data
Warehouse use:








What tables, attributes and keys does the DW
contain?
Where did each set of data come from?
What transformations were applied with cleansing?
How have the metadata changed over time?
How often do the data get reloaded?
Are there so many data elements that you need to be
careful what you ask for?
Components of the Metadata
Transformation maps – records that show
what transformations were applied
Extraction & relationship history – records
that show what data was analyzed
Algorithms for summarization – methods
available for aggregating and summarizing
Data ownership – records that show origin
Patterns of access – records that show
what data are accessed and how often
Typical Mapping Metadata
Transformation mapping records include:










Identification of original source
Attribute conversions
Physical characteristic conversions
Encoding/reference table conversions
Naming changes
Key changes
Values of default attributes
Logic to choose from multiple sources
Algorithmic changes
Implementing the Data Warehouse
Kozar list of “seven deadly sins” of data warehouse
implementation:
1.

2.

3.

“If you build it, they will come” – the DW needs to be
designed to meet people’s needs
Omission of an architectural framework – you need
to consider the number of users, volume of data,
update cycle, etc.
Underestimating the importance of documenting
assumptions – the assumptions and potential
conflicts must be included in the framework
“Seven Deadly Sins”, continued
4.

5.

6.

7.

Failure to use the right tool – a DW project needs
different tools than those used to develop an
application
Life cycle abuse – in a DW, the life cycle really
never ends
Ignorance about data conflicts – resolving these
takes a lot more effort than most people realize
Failure to learn from mistakes – since one DW
project tends to beget another, learning from the
early mistakes will yield higher quality later
Data Warehouse Technologies
No one currently offers an end-to-end DW
solution. Organizations buy bits and pieces from
a number of vendors and hopefully make them
work together.
SAS, IBM, Software AG, Information Builders
and Platinum offer solutions that are at least
fairly comprehensive.
The market is very competitive. Table 10-6 in
the text lists 90 firms that produce DW products.
The Future of Data Warehousing
As the DW becomes a standard part of an
organization, there will be efforts to find new
ways to use the data. This will likely bring with it
several new challenges:






Regulatory constraints may limit the ability to combine
sources of disparate data.
These disparate sources are likely to contain
unstructured data, which is hard to store.
The Internet makes it possible to access data from
virtually “anywhere”. Of course, this just increases
the disparity.
Objective
Interesting Facts

Implementing Data
Warehouse

Data Can be Used To
Robust Infrastructure
Success of Data
Warehouse Projects

Real Time Alerts &
Integration
Identity Theft
What Can You Do?
Interesting Facts
Harrah’s Entertainment’s Data Warehouse holds
30 terabytes, or 30 trillion bytes of data, roughly
three times the number of printed characters in
the Library of Congress
Casinos, retailers, airlines, and banks are piling
up data so vast, it would have been unthinkable
years ago; result from the curse of cheap
storage
Interesting Facts
Storage Shipments as of 2004: 22
exabytes or 22 million trillion bytes of hard
disk space, double the amount in 2002.
Equivalent to 4x’s the space needed to
store every word ever spoken by every
human being who has ever lived.
Should double again in 2006
Data Can be Used To
Quantify the volume impact of vehicles across the
marketing matrix
Account for decay and saturation factors in the
determination of investment choices and returns
Execute “what-if” simulations of pricing or promotional
scenarios before a proposed action is taken
Provide a continuous planning, measurement, analysis and
optimization cycle supported by a software structure
Deliver robust data feeds into other systems supporting
supply chain, sales, and financial reporting and endeavors
Robust Infrastructure
Data Identification and Acquisition
Data Cleansing, Mapping, and
Transformation
Production System Loading and Ongoing
Update
Success of Data Warehouse
Projects
Over half of Data Warehouse projects are Doomed


Fail due to lack of attention to Data Quality Issues



More than half only have limited acceptance



Consistency and Accuracy of Data





Most businesses fail to use business intelligence (BI)
strategically
IT organizations build data warehouses with little to no business
involvement
“A real-time enterprise
without real-time business
intelligence is a real fast,
dumb organization.”
Stephen Brobst
Chief Technology Office
Teradata
Success of Data Warehouse
Projects
Most challenging type of deployment for an
enterprise


Large scale and complex system configurations



Sophisticated data modeling and analysis tools





High visibility in broad range of important business
functions within company
Adoption of Linux-Based Platform
Implementing Data Warehouse
Challenges:








Identifying new processes
Assuring there were of real use
Implementing and ensuring cultural shifts
Managing content and New communities
towards a common benefit
Linear models
Standards, Governance, Controls, Valuation
Teradata
Division of NCR in Dayton, Ohio
Competitor of IBM and Oracle
Multi-million Dollar Machines to run the
world’s biggest data warehouses




Wal-Mart
Bank of America
Verizon Wireless
Teradata’s Success
Conventional IBM or Sun Microsystems
overload for a couple hours to days on a
few terabytes and/or data queries
IBM cannot return computation on certain
complex requests
Equivalent to having data but not able to
use it.
Real Time Alerts & Integration
Teradata 8.0 Version released in Oct 2004


Improves real-time alerts and integration

Businesses can analyze operational info against
historical info to identify events in near real-time
using the new table design
Used by:




Continental Airlines in the US: reroute passengers on
delayed flights, reissuing tickets, reserving a room in
a hotel booking system
Southwest Airlines- savings between $1.2-$1.4 Million
Identity Theft
Government Regulation of Personal Data is Needed
(National Consumer Protection Standards)
ChoicePoint Folly






Georgia-based data-collection company
Founded in 1997 to analyze insurance claims information, but
now provides data to customers including finance companies,
law enforcement, and government
Obtain personal information by perusing public records, or
purchasing the information from other companies
Identity Theft
Duped by scammers who set 150 phony
accounts to access personal data of as many as
145,000 people nationwide
Scammers set user accounts by faxing in phony
business licenses, undetected for one year
750 people had their identities stolen
Theft would have gone unnoticed without
California Identity theft law SB 1386
Identity Theft
MSN Event
Data Warehouse Information Gathering
Over the Phone Interviews
Trash Can Hunting
Gathered from Doctors, Internet Transactions,
Telephone Operators (Overseas or Prisoners)
MSN Email
What Can You Do?
Carefully monitor your credit card bills and credit
reports
Request a once a year free access credit report
via the three big credit agencies.


Equifax, Experian, TransUnion

Victims: contact Federal Trade Commission to
report the theft and monitor credit reports.


1-800-IDTHEFT
References
Decision Support Systems in the 21st Century 2nd Edition, by George M.
Marakas, Prentice Hall, Upper Saddle River, NJ, 2003

http://seattletimes.nwsource.com/html/editorialsopinion/2002191098_credited27.ht
Seattle times, plugging holes in data warehousing
Teradata warehouse improves real-time alerts and integration
Cliff Saran. Computer Weekly. Sutton: Oct 12, 2004. p. 22 (1 page)
ON THE MARK
Mark Hall. Computerworld. Framingham: Oct 18, 2004. Vol. 38, Iss. 42; p.
6 (1 page)
Optimization: It's All About the Data Brandweek: Ellen Pederson, Mark
Anderson
THE NO-SACRIFICE, AFFORDABLE DATA WAREHOUSE APP Intelligent
Enterprises, Michael Gonzalez
References
http://www.dmreview.com/article_sub.cfm?articleId=7071 ConvergenceBeyond the Data Warehouse
http://www.computerworld.com/printthis/2001/0,4814,56969,00.html Microsegmentation – Computerworld
Too Much Information Forbes article on data warehouse
http://reviews.cnet.com/4520-3513_7-5690533-1.html When identity
thieves strike data warehouses
Over half of data warehouse projects doomed VNU Business Publications
Limited, Robert Jaques 25 February 2005
http://www.linuxworld.com/magazine/?issueid=571 Linux World Article
Questions?

Weitere ähnliche Inhalte

Was ist angesagt?

Lecture 03 - The Data Warehouse and Design
Lecture 03 - The Data Warehouse and Design Lecture 03 - The Data Warehouse and Design
Lecture 03 - The Data Warehouse and Design phanleson
 
Introduction To Data Warehousing
Introduction To Data WarehousingIntroduction To Data Warehousing
Introduction To Data WarehousingAlex Meadows
 
Introduction to data warehousing
Introduction to data warehousing   Introduction to data warehousing
Introduction to data warehousing Girish Dhareshwar
 
Data ware housing - Introduction to data ware housing process.
Data ware housing - Introduction to data ware housing process.Data ware housing - Introduction to data ware housing process.
Data ware housing - Introduction to data ware housing process.Vibrant Technologies & Computers
 
Seminar datawarehousing
Seminar datawarehousingSeminar datawarehousing
Seminar datawarehousingKavisha Uniyal
 
Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guidethomasmary607
 
Components of a Data-Warehouse
Components of a Data-WarehouseComponents of a Data-Warehouse
Components of a Data-WarehouseAbdul Aslam
 
Enterprise resource planning system & data warehousing implementation
Enterprise resource planning system & data warehousing implementationEnterprise resource planning system & data warehousing implementation
Enterprise resource planning system & data warehousing implementationSumya Abdelrazek
 
Data warehouseconceptsandarchitecture
Data warehouseconceptsandarchitectureData warehouseconceptsandarchitecture
Data warehouseconceptsandarchitecturesamaksh1982
 
1.4 data warehouse
1.4 data warehouse1.4 data warehouse
1.4 data warehouseKrish_ver2
 
Storage Characteristics Of Call Data Records In Column Store Databases
Storage Characteristics Of Call Data Records In Column Store DatabasesStorage Characteristics Of Call Data Records In Column Store Databases
Storage Characteristics Of Call Data Records In Column Store DatabasesDavid Walker
 

Was ist angesagt? (20)

Lecture 03 - The Data Warehouse and Design
Lecture 03 - The Data Warehouse and Design Lecture 03 - The Data Warehouse and Design
Lecture 03 - The Data Warehouse and Design
 
Introduction To Data Warehousing
Introduction To Data WarehousingIntroduction To Data Warehousing
Introduction To Data Warehousing
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Introduction to data warehousing
Introduction to data warehousing   Introduction to data warehousing
Introduction to data warehousing
 
Data ware housing- Introduction to data ware housing
Data ware housing- Introduction to data ware housingData ware housing- Introduction to data ware housing
Data ware housing- Introduction to data ware housing
 
Data ware housing - Introduction to data ware housing process.
Data ware housing - Introduction to data ware housing process.Data ware housing - Introduction to data ware housing process.
Data ware housing - Introduction to data ware housing process.
 
Seminar datawarehousing
Seminar datawarehousingSeminar datawarehousing
Seminar datawarehousing
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guide
 
Data Warehouse
Data WarehouseData Warehouse
Data Warehouse
 
Unit 1
Unit 1Unit 1
Unit 1
 
Components of a Data-Warehouse
Components of a Data-WarehouseComponents of a Data-Warehouse
Components of a Data-Warehouse
 
Enterprise resource planning system & data warehousing implementation
Enterprise resource planning system & data warehousing implementationEnterprise resource planning system & data warehousing implementation
Enterprise resource planning system & data warehousing implementation
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Data warehouseconceptsandarchitecture
Data warehouseconceptsandarchitectureData warehouseconceptsandarchitecture
Data warehouseconceptsandarchitecture
 
Data Warehouse 101
Data Warehouse 101Data Warehouse 101
Data Warehouse 101
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
1.4 data warehouse
1.4 data warehouse1.4 data warehouse
1.4 data warehouse
 
Storage Characteristics Of Call Data Records In Column Store Databases
Storage Characteristics Of Call Data Records In Column Store DatabasesStorage Characteristics Of Call Data Records In Column Store Databases
Storage Characteristics Of Call Data Records In Column Store Databases
 

Ähnlich wie Presentation

Introduction to data warehousing
Introduction to data warehousingIntroduction to data warehousing
Introduction to data warehousinguncleRhyme
 
Introduction to Data Warehouse
Introduction to Data WarehouseIntroduction to Data Warehouse
Introduction to Data WarehouseSOMASUNDARAM T
 
DATAWAREHOUSE MAIn under data mining for
DATAWAREHOUSE MAIn under data mining forDATAWAREHOUSE MAIn under data mining for
DATAWAREHOUSE MAIn under data mining forAyushMeraki1
 
UNIT-5 DATA WAREHOUSING.docx
UNIT-5 DATA WAREHOUSING.docxUNIT-5 DATA WAREHOUSING.docx
UNIT-5 DATA WAREHOUSING.docxDURGADEVIL
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse conceptsobieefans
 
20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.pptSumathiG8
 
Informatica and datawarehouse Material
Informatica and datawarehouse MaterialInformatica and datawarehouse Material
Informatica and datawarehouse Materialobieefans
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSINGKing Julian
 
11667 Bitt I 2008 Lect4
11667 Bitt I 2008 Lect411667 Bitt I 2008 Lect4
11667 Bitt I 2008 Lect4ambujm
 
Introduction-to-Databases.pptx
Introduction-to-Databases.pptxIntroduction-to-Databases.pptx
Introduction-to-Databases.pptxIvanDarrylLopez
 
20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.pptSamPrem3
 
Datawarehousing
DatawarehousingDatawarehousing
Datawarehousingsumit621
 
20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.pptPalaniKumarR2
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data WarehousingJason S
 
Database management system.pptx
Database management system.pptxDatabase management system.pptx
Database management system.pptxRamyaGr4
 

Ähnlich wie Presentation (20)

Introduction to data warehousing
Introduction to data warehousingIntroduction to data warehousing
Introduction to data warehousing
 
Introduction to Data Warehouse
Introduction to Data WarehouseIntroduction to Data Warehouse
Introduction to Data Warehouse
 
DW 101
DW 101DW 101
DW 101
 
DATAWAREHOUSE MAIn under data mining for
DATAWAREHOUSE MAIn under data mining forDATAWAREHOUSE MAIn under data mining for
DATAWAREHOUSE MAIn under data mining for
 
UNIT-5 DATA WAREHOUSING.docx
UNIT-5 DATA WAREHOUSING.docxUNIT-5 DATA WAREHOUSING.docx
UNIT-5 DATA WAREHOUSING.docx
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse concepts
 
20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Informatica and datawarehouse Material
Informatica and datawarehouse MaterialInformatica and datawarehouse Material
Informatica and datawarehouse Material
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSING
 
11667 Bitt I 2008 Lect4
11667 Bitt I 2008 Lect411667 Bitt I 2008 Lect4
11667 Bitt I 2008 Lect4
 
Introduction-to-Databases.pptx
Introduction-to-Databases.pptxIntroduction-to-Databases.pptx
Introduction-to-Databases.pptx
 
20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt
 
Datawarehousing
DatawarehousingDatawarehousing
Datawarehousing
 
20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt20IT501_DWDM_PPT_Unit_I.ppt
20IT501_DWDM_PPT_Unit_I.ppt
 
Data and Database
Data and DatabaseData and Database
Data and Database
 
Data wirehouse
Data wirehouseData wirehouse
Data wirehouse
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data Warehousing
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Database management system.pptx
Database management system.pptxDatabase management system.pptx
Database management system.pptx
 

Kürzlich hochgeladen

DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxmirandajeremy200221
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...kumaririma588
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxjeswinjees
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...ranjana rawat
 
infant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptxinfant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptxsuhanimunjal27
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...sonalitrivedi431
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfAmirYakdi
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...Call Girls in Nagpur High Profile
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Delhi Call girls
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️soniya singh
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...babafaisel
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Call Girls in Nagpur High Profile
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptxsuhanimunjal27
 

Kürzlich hochgeladen (20)

DragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptxDragonBall PowerPoint Template for demo.pptx
DragonBall PowerPoint Template for demo.pptx
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Basavanagudi Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptx
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
(AISHA) Ambegaon Khurd Call Girls Just Call 7001035870 [ Cash on Delivery ] P...
 
infant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptxinfant assessment fdbbdbdddinal ppt.pptx
infant assessment fdbbdbdddinal ppt.pptx
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
 
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Basapura ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx
 

Presentation

  • 1. Inmon Father of the data warehouse Co-creator of the Corporate Information Factory. He has 35 years of experience in database technology management and data warehouse design.
  • 2. Inmon-Cont’d Bill has written about a variety of topics on the building, usage, & maintenance of the data warehouse & the Corporate Information Factory. He has written more than 650 articles (Datamation, ComputerWorld, and Byte Magazine). Inmon has published 45 books.  Many of books has been translated to Chinese, Dutch, French, German, Japanese, Korean, Portuguese, Russian, and Spanish.
  • 3. Introduction What is Data Warehouse? A data warehouse is a collection of integrated databases designed to support a DSS. According to Inmon’s (father of data warehousing) definition(Inmon,1992a,p.5):  It is a collection of integrated, subject-oriented databases designed to support the DSS function, where each unit of data is non-volatile and relevant to some moment in time.
  • 4. Introduction-Cont’d. Where is it used? It is used for evaluating future strategy. It needs a successful technician:    Flexible. Team player. Good balance of business and technical understanding.
  • 5. Introduction-Cont’d. The ultimate use of data warehouse is Mass Customization.  For example, it increased Capital One’s customers from 1 million to approximately 9 millions in 8 years. Just like a muscle: DW increases in strength with active use.  With each new test and product, valuable information is added to the DW, allowing the analyst to learn from the success and failure of the past. The key to survival:  Is the ability to analyze, plan, and react to changing business conditions in a much more rapid fashion.
  • 6. Data Warehouse In order for data to be effective, DW must be:     Consistent. Well integrated. Well defined. Time stamped. DW environment:  The data store, data mart & the metadata.
  • 7. The Data Store An operational data store (ODS) stores data for a specific application. It feeds the data warehouse a stream of desired raw data. Is the most common component of DW environment. Data store is generally subject oriented, volatile, current commonly focused on customers, products, orders, policies, claims, etc…
  • 8. Data Store & Data Warehouse Data store & Data warehouse, table 10-1 page 296
  • 9. The data store-Cont’d. Its day-to-day function is to store the data for a single specific set of operational application. Its function is to feed the data warehouse data for the purpose of analysis.
  • 10. The Data Mart It is lower-cost, scaled down version of the DW. Data Mart offer a targeted and less costly method of gaining the advantages associated with data warehousing and can be scaled up to a full DW environment over time.
  • 11. The Meta Data Last component of DW environments. It is information that is kept about the warehouse rather than information kept within the warehouse. Legacy systems generally don’t keep a record of characteristics of the data (such as what pieces of data exist and where they are located). The metadata is simply data about data.
  • 12. Conclusion A Data Warehouse is a collection of integrated subjectoriented databases designed to support a DSS.  Each unit of data is non-volatile and relevant to some moment in time. An operational data store (ODS) stores data for a specific application. It feeds the data warehouse a stream of desired raw data. A data mart is a lower-cost, scaled-down version of a data warehouse, usually designed to support a small group of users (rather than the entire firm). The metadata is information that is kept about the warehouse.
  • 13. Data Warehouse Subject oriented Data integrated Time variant Nonvolatile
  • 14. Characteristics of Data Warehouse Subject oriented. Data are organized based on how the users refer to them. Integrated. All inconsistencies regarding naming convention and value representations are removed. Nonvolatile. Data are stored in read-only format and do not change over time. Time variant. Data are not current but normally time series.
  • 15. Characteristics of Data Warehouse Summarized Operational data are mapped into a decision-usable format Large volume. Time series data sets are normally quite large. Not normalized. DW data can be, and often are, redundant. Metadata. Data about data are stored. Data sources. Data come from internal and external unintegrated operational systems.
  • 16. A Data Warehouse is Subject Oriented
  • 17. Subject Orientation Application Environment Data warehouse Environment Design activities must be equally focused on both process and database design DW world is primarily void of process design and tends to focus exclusively on issues of data modeling and database design
  • 18. Data Integrated Integration –consistency naming conventions and measurement attributers, accuracy, and common aggregation. Establishment of a common unit of measure for all synonymous data elements from dissimilar database. The data must be stored in the DW in an integrated, globally acceptable manner
  • 20. Time Variant In an operational application system, the expectation is that all data within the database are accurate as of the moment of access. In the DW data are simply assumed to be accurate as of some moment in time and not necessarily right now. One of the places where DW data display time variance is in the structure of the record key. Every primary key contained within the DW must contain, either implicitly or explicitly an element of time( day, week, month, etc)
  • 21. Time Variant Every piece of data contained within the warehouse must be associated with a particular point in time if any useful analysis is to be conducted with it. Another aspect of time variance in DW data is that, once recorded, data within the warehouse cannot be updated or changed.
  • 22. Nonvolatility Typical activities such as deletes, inserts, and changes that are performed in an operational application environment are completely nonexistent in a DW environment. Only two data operations are ever performed in the DW: data loading and data access
  • 23. Nonvolatility Application DW The design issues must focus on data integrity and update anomalies. Complex processes must be coded to ensure that the data update processes allow for high integrity of the final product. Such issues are no concern to in a DW environment because data update is never performed. Data is placed in normalized form to ensure a minimal redundancy (totals that could be calculated would never be stored) Designers find it useful to store many of such calculations or summarizations. The technologies necessary to support issues of transaction and data recovery, roll back, and detection and remedy of deadlock are quite complex. Relative simplicity in technology
  • 24. Issues of Data Redundancy between DW and operational environments The lack of relevancy of issues such as data normalization in the DW environment may suggest that existence of massive data redundancy within the data warehouse and between the operational and DW environments. Inmon(1992) pointed out and proved that it is not true.
  • 25. Issues of Data Redundancy between DW and operational environments The data being loaded into the DW are filtered and “cleansed” as they pass from the operational database to the warehouse. Because of this cleansing numerous data that exists in the operational environment never pass to the data warehouse. Only the data necessary for processing by the DSS or EIS are ever actually loaded into the DW. The time horizons for warehouse and operational data elements are unique. Data in the operational environment are fresh, whereas warehouse data are generally much older.(so there is minimal opportunity of the data to overlap between two environments ) The data loaded into the DW often undergo a radical transformation as they pass form operational to the DW environment. So data in DW are not the same. Given this factors, Inmon suggests that data redundancy between the two environments is a rare occurrence with a typical redundancy factor of less than 1 %
  • 26. The Data Warehouse Architecture The architecture consists of various interconnected elements:     Operational and external database layer – the source data for the DW Information access layer – the tools the end user access to extract and analyze the data Data access layer – the interface between the operational and information access layers Metadata layer – the data directory or repository of metadata information
  • 27. Components of the Data Warehouse Architecture
  • 28. The Data Warehouse Architecture Additional layers are:     Process management layer – the scheduler or job controller Application messaging layer – the “middleware” that transports information around the firm Physical data warehouse layer – where the actual data used in the DSS are located Data staging layer – all of the processes necessary to select, edit, summarize and load warehouse data from the operational and external data bases
  • 29. Data Warehousing Typology The virtual data warehouse – the end users have direct access to the data stores, using tools enabled at the data access layer The central data warehouse – a single physical database contains all of the data for a specific functional area The distributed data warehouse – the components are distributed across several physical databases
  • 30. The Metadata The name suggests some high-level technological concept, but it really is fairly simple. Metadata is “data about data”. With the emergence of the data warehouse as a decision support structure, the metadata are considered as much a resource as the business data they describe. Metadata are abstractions -- they are high level data that provide concise descriptions of lowerlevel data.
  • 31. The Metadata For example, a line in a sales database may contain: 4056 KJ596 223.45 This is mostly meaningless until we consult the metadata that tells us it was store number 4056, product KJ596 and sales of $223.45 The metadata are essential ingredients in the transformation of raw data into knowledge. They are the “keys” that allow us to handle the raw data.
  • 32. General Metadata Issues General metadata issues associated with Data Warehouse use:       What tables, attributes and keys does the DW contain? Where did each set of data come from? What transformations were applied with cleansing? How have the metadata changed over time? How often do the data get reloaded? Are there so many data elements that you need to be careful what you ask for?
  • 33. Components of the Metadata Transformation maps – records that show what transformations were applied Extraction & relationship history – records that show what data was analyzed Algorithms for summarization – methods available for aggregating and summarizing Data ownership – records that show origin Patterns of access – records that show what data are accessed and how often
  • 34. Typical Mapping Metadata Transformation mapping records include:          Identification of original source Attribute conversions Physical characteristic conversions Encoding/reference table conversions Naming changes Key changes Values of default attributes Logic to choose from multiple sources Algorithmic changes
  • 35. Implementing the Data Warehouse Kozar list of “seven deadly sins” of data warehouse implementation: 1. 2. 3. “If you build it, they will come” – the DW needs to be designed to meet people’s needs Omission of an architectural framework – you need to consider the number of users, volume of data, update cycle, etc. Underestimating the importance of documenting assumptions – the assumptions and potential conflicts must be included in the framework
  • 36. “Seven Deadly Sins”, continued 4. 5. 6. 7. Failure to use the right tool – a DW project needs different tools than those used to develop an application Life cycle abuse – in a DW, the life cycle really never ends Ignorance about data conflicts – resolving these takes a lot more effort than most people realize Failure to learn from mistakes – since one DW project tends to beget another, learning from the early mistakes will yield higher quality later
  • 37. Data Warehouse Technologies No one currently offers an end-to-end DW solution. Organizations buy bits and pieces from a number of vendors and hopefully make them work together. SAS, IBM, Software AG, Information Builders and Platinum offer solutions that are at least fairly comprehensive. The market is very competitive. Table 10-6 in the text lists 90 firms that produce DW products.
  • 38. The Future of Data Warehousing As the DW becomes a standard part of an organization, there will be efforts to find new ways to use the data. This will likely bring with it several new challenges:    Regulatory constraints may limit the ability to combine sources of disparate data. These disparate sources are likely to contain unstructured data, which is hard to store. The Internet makes it possible to access data from virtually “anywhere”. Of course, this just increases the disparity.
  • 39. Objective Interesting Facts Implementing Data Warehouse Data Can be Used To Robust Infrastructure Success of Data Warehouse Projects Real Time Alerts & Integration Identity Theft What Can You Do?
  • 40. Interesting Facts Harrah’s Entertainment’s Data Warehouse holds 30 terabytes, or 30 trillion bytes of data, roughly three times the number of printed characters in the Library of Congress Casinos, retailers, airlines, and banks are piling up data so vast, it would have been unthinkable years ago; result from the curse of cheap storage
  • 41. Interesting Facts Storage Shipments as of 2004: 22 exabytes or 22 million trillion bytes of hard disk space, double the amount in 2002. Equivalent to 4x’s the space needed to store every word ever spoken by every human being who has ever lived. Should double again in 2006
  • 42. Data Can be Used To Quantify the volume impact of vehicles across the marketing matrix Account for decay and saturation factors in the determination of investment choices and returns Execute “what-if” simulations of pricing or promotional scenarios before a proposed action is taken Provide a continuous planning, measurement, analysis and optimization cycle supported by a software structure Deliver robust data feeds into other systems supporting supply chain, sales, and financial reporting and endeavors
  • 43. Robust Infrastructure Data Identification and Acquisition Data Cleansing, Mapping, and Transformation Production System Loading and Ongoing Update
  • 44. Success of Data Warehouse Projects Over half of Data Warehouse projects are Doomed  Fail due to lack of attention to Data Quality Issues  More than half only have limited acceptance  Consistency and Accuracy of Data   Most businesses fail to use business intelligence (BI) strategically IT organizations build data warehouses with little to no business involvement
  • 45. “A real-time enterprise without real-time business intelligence is a real fast, dumb organization.” Stephen Brobst Chief Technology Office Teradata
  • 46. Success of Data Warehouse Projects Most challenging type of deployment for an enterprise  Large scale and complex system configurations  Sophisticated data modeling and analysis tools   High visibility in broad range of important business functions within company Adoption of Linux-Based Platform
  • 47. Implementing Data Warehouse Challenges:       Identifying new processes Assuring there were of real use Implementing and ensuring cultural shifts Managing content and New communities towards a common benefit Linear models Standards, Governance, Controls, Valuation
  • 48. Teradata Division of NCR in Dayton, Ohio Competitor of IBM and Oracle Multi-million Dollar Machines to run the world’s biggest data warehouses    Wal-Mart Bank of America Verizon Wireless
  • 49. Teradata’s Success Conventional IBM or Sun Microsystems overload for a couple hours to days on a few terabytes and/or data queries IBM cannot return computation on certain complex requests Equivalent to having data but not able to use it.
  • 50. Real Time Alerts & Integration Teradata 8.0 Version released in Oct 2004  Improves real-time alerts and integration Businesses can analyze operational info against historical info to identify events in near real-time using the new table design Used by:   Continental Airlines in the US: reroute passengers on delayed flights, reissuing tickets, reserving a room in a hotel booking system Southwest Airlines- savings between $1.2-$1.4 Million
  • 51. Identity Theft Government Regulation of Personal Data is Needed (National Consumer Protection Standards) ChoicePoint Folly    Georgia-based data-collection company Founded in 1997 to analyze insurance claims information, but now provides data to customers including finance companies, law enforcement, and government Obtain personal information by perusing public records, or purchasing the information from other companies
  • 52. Identity Theft Duped by scammers who set 150 phony accounts to access personal data of as many as 145,000 people nationwide Scammers set user accounts by faxing in phony business licenses, undetected for one year 750 people had their identities stolen Theft would have gone unnoticed without California Identity theft law SB 1386
  • 53. Identity Theft MSN Event Data Warehouse Information Gathering Over the Phone Interviews Trash Can Hunting Gathered from Doctors, Internet Transactions, Telephone Operators (Overseas or Prisoners)
  • 55. What Can You Do? Carefully monitor your credit card bills and credit reports Request a once a year free access credit report via the three big credit agencies.  Equifax, Experian, TransUnion Victims: contact Federal Trade Commission to report the theft and monitor credit reports.  1-800-IDTHEFT
  • 56. References Decision Support Systems in the 21st Century 2nd Edition, by George M. Marakas, Prentice Hall, Upper Saddle River, NJ, 2003 http://seattletimes.nwsource.com/html/editorialsopinion/2002191098_credited27.ht Seattle times, plugging holes in data warehousing Teradata warehouse improves real-time alerts and integration Cliff Saran. Computer Weekly. Sutton: Oct 12, 2004. p. 22 (1 page) ON THE MARK Mark Hall. Computerworld. Framingham: Oct 18, 2004. Vol. 38, Iss. 42; p. 6 (1 page) Optimization: It's All About the Data Brandweek: Ellen Pederson, Mark Anderson THE NO-SACRIFICE, AFFORDABLE DATA WAREHOUSE APP Intelligent Enterprises, Michael Gonzalez
  • 57. References http://www.dmreview.com/article_sub.cfm?articleId=7071 ConvergenceBeyond the Data Warehouse http://www.computerworld.com/printthis/2001/0,4814,56969,00.html Microsegmentation – Computerworld Too Much Information Forbes article on data warehouse http://reviews.cnet.com/4520-3513_7-5690533-1.html When identity thieves strike data warehouses Over half of data warehouse projects doomed VNU Business Publications Limited, Robert Jaques 25 February 2005 http://www.linuxworld.com/magazine/?issueid=571 Linux World Article

Hinweis der Redaktion

  1. To maintain a robust infrastructure, you should follow these guidelines. Which data sources reflect the dynamics of the contemporary and historical market place. Validity Checks, Above loaded into the integrated data repository enabling a continuous cycle of near-time data availability
  2. These challenges are especially predominant in dot-com companies. The key word of Implementing Data Warehouse is Convergence! The inherent Linear relationship was either business has driven requirements for IT or IT has been an enabler of business. This was a practical need of separation. Structural changes in business as a result of endemic information technology (information power on all desktops and many businesspersons acting as their own information centers, automated information is a basic lubricant of all business processes.) Convergence means that info is no longer a separate commodity. For the Final Note: Information, as any other business commodity, deserves the same treatment as any other core component of business
  3. IBM and Oracle is designed more to handle online transaction processing
  4. Southwest is a low-cost infrastructure