SlideShare une entreprise Scribd logo
1  sur  29
DATA
WAREHOUSING
PRESENTED BY:-
SHRUTI DALELA
MCA V SEM
OUTLINES:-
 WHAT IS A DATA WAREHOUSING
 DATA WAREHOUSING DEFINITION
 HISTORY OF DATA WAREHOUSING
 FACTS ABOUT DATA WAREHOUSING
 CHARACTERISTICS OF DATA
WAREHOUSING
 USAGE AND TRENDS
 ARCHITECTURE OF DATA WAREHOUSE
 DBMS VS DATA WAREHOUSE
What Is A Data Warehouse?
A data warehouse is a powerful database
model
that significantly enhances the user’s ability
to
quickly analyze large, multidimensional data
sets.
It cleanses and organizes data to allow users
to
make business decisions based on facts.
Hence,
the data in the data warehouse must have
Data Warehousing Definition:-
 Date warehousing is an aspect to gather data
from multiple sources into central
repository,called Data warehouse.
 According to William H.Inmon,a leading
architect in the construction of data warehouse
systems,”A data warehouse is a subject –
oriented ,integrated ,time variant and non-
volatile collection of data in support of
management’s decision making process.
 “A data warehouse is simply a single complete,
and consistent store of data obtained from a
variety of sources and made available to end
users in a way they can understand and use it
in a business context.”
-----Barry Devlin,IBM consultant
DATA WAREHOUSES
Data Warehouses:
 Data spread in several databases –
physically located at numerous sites
 Data warehouse – repository of multiple
DBs in single schema; resides at single site.
 Data warehousing processes
1. Data Cleaning 2. Data Integration 3. Data
Transformation
4. Data Loading 5. Periodic data refreshing
Data warehouse diagram
 Data cleaning:-Data Cleaning includes,
filling in missing values, smoothing noisy
data, identifying or removing outliers, and
resolving inconsistencies.
 Data integration:-Data Integration includes
integration of multiple databases, data
cubes, or files.
 Data transformation:-Convert data from
legacy or host format to warehouse format.
 Load :-sort;summarize,consolidate;compute
views; check integrity.Build indices and
partitions.
 Refresh:-Propagates the update from data
sources to the warehouse.
 Data in a data warehouse are organized
around major subjects.
 Data provide information on historical
perspective – summarized on periodic
dimension.
 Eg. Sales of an item for a region in a period
 Data warehouse model – multidimensional
database structure / data cube
 Dimensions – Attributes / set of attributes
 Facts – Aggregated measures (Count /
Sales amount)
History of data warehousing
 The concept of data warehousing
dates back to the late 1980s when
IBM researcher Barry davlin and paul
murphy developed the “the business
data warehouse”.
 In essence, the data warehousing
concept was intended to provide an
architectural model for the flow of data
from opeational systems to decision
support environments.
Facts about data
warehousing:-
 Issues involved in warehousing include
techniques for dealing with errors and
techniques for efficient storage and
indexing of large volumes of data.
 This system is used for reporting and data
analysis.
 It usually contains historical data derived
from transaction data.
 Data warehousing is not meant for current
“live”data.
Components of a data
warehouse
• Sources –Data source interaction
• Data Transformation
• Data warehouse (data storage )
• Reporting (Data presentation )
• Metadata
Complete control over the four main
areas
of data management systems: -
 Clean data
 Query processing: multiple options
 Indexes: multiple types
 Security: data and access
Data Warehouse Advantages
Data Warehousing
Disadvantages
 Adding new data sources takes time and
associated high cost.
 Data owners lose control over their data,
raising ownership, security and privacy
issues.
 Long initial implementation time and
associated high cost.
 Difficult to accommodate changes in data
types and ranges, data source schema,
indexes and queries.
Characteristics of Data
Warehousing:-
 Subject –Oriented:-A data warehouse can
be used to analyze a particular subject
area.
For example:-”sales” can be a particular
subject.
 Integrated:-A data warehouse integrates
data from multiple data sources.
For example:-Source A and source B may
have different ways of identifying a product,
but in a data warehouse,there will be only
a single way of identifying a product.
 Time Variant :-Historical data is kept in a
data warehouse.
For example:-One can retrieve data from 3
months ,6months, 12 months ,or even older
data from a data warehouse.
 Non volatile:-Once data is in the data
warehouse,it will not change.So,historical
data in a data warehouse should never be
altered.
 It must be optimized for access to very
large amount of data.
 It is based on client server architecture.
 It is capable of handling dynamic matrices.
 It maintains transparency.
 It is consitent and flexible.
DATA WAREHOUSE
USAGE:-
• Three kinds of data warehouse
applications
1)Information processing:-Supports querying, basic
statistical analysis, and reporting using crosstabs, tables,
charts and graphs.
2)Analytical processing:-
• Multidimensional analysis of data warehouse data
• Supports basic OLAP operations, slice-dice, drilling,
pivoting
3)Data mining:-
• Knowledge discovery from hidden patterns
• Supports associations, constructing analytical models,
performing classification and prediction, and presenting
the mining results using visualization tools.
 Differences among the three tasks
TRENDS IN DATA
WAREHOUSING
 In the next few years, data warehousing is
expected make big strides in software,
especially for optimizing queries:-
o indexing very large tables
o enhancing SQL
o improving data compression
o expanding dimensional modeling
 Real-Time Data Warehousing
 Multiple Data Types
 Adding Unstructured Data
 Searching Unstructured Data
 Spatial Data
 Data Visualization
 Major Visualization Trends
 Visualization Types
 Advanced Visualization TechniquesChart
Manipulation.
 Drill Down.
 Advanced Interaction
Architecture of data warehouse
fig:- A three tier data warehousing
Top tier:
Middle tier
Bottom tier
Data
warehouse
server
Backend tools
1)Bottom tier:-The bottom tier is a warehouse
database server that is always a relational
database system.
 Back-end tools and utilities are used to feed data
into the bottom tier from operational databases or
other external sources. These tools and utilities
perform data extraction,cleaning and
transformation as well as load and refresh
functions to update the data warehouse.
 The date extracted using application program
interfaces known as gateways.
 Example of gateways are ODBC(open database
connection)and OLEDB(Open Linking and
embedding for database) by microsoft and
jdbc(java database connecton).
 This tier also contains a metadata repository, which
stores information about the data warehouse and
its contents.
2.)Middle tier:- The middle tier is an OLAP
server that is typically implemented using
either:-
a) A relational OLAP (ROLAP) model that
is,an extended relation DBMS that maps
operations.Intermediate server b/w
relational back-end server and client front
end tools.
b) A multidimentional OLAP (MOLAP) model
that is, a special purpose server that
directly implements multidimentional data
and operations. Supports multidimention
views.
3.)Top tier:-The top tier is a front –end client
layer ,which contains query and reporting
tools ,analysis tools,and or data mining
tools.
 Note:-
OLAP – Online Analytical Processing:
 This is the major task of Data Warehousing
System.
 Useful for complex data analysis and
decision making.
 Market oriented –used by
managers,executives and data analyst.
DBMS VS Data
Warehousing
In today’s corporate world ,every
business enterprise ,no matter how
big or small requires a database. The
more the business grows, the more
urgent is the requirement of a
database .The database is required to
keep a check on the growth of a
business in a specific period.
DBMS:-DBMS is at times known as the
database manager although it is the
abbreviated form of database
management system.
 It is basically a repertoire of computer
programs that devoted for the
management of the database of an
organization .
 It is a complete and comprehensive
methodology in use for specific purposes
 Like overall management of digital data-
bases,creation and maintenance of
data,searching and serving other
operations relating to the database.
DATA WAREHOUSE:- A data warehouse
is usually a place where various types’
data -bases are stored mainly for
purpose of security ,archival analysis
and storage.
 The data warehouse consists of either
one or several computer systems that
are networked together form a single
computer system.
 The data warehouse is a database of a
different kind: an OLAP (online analytical
processing) database. A data warehouse
exists as a layer on top of another database
or databases (usually OLTP databases).
 In DBMS,there is OLTP(online
transaction processing )is used.Here we
cannot analysis because data changes
day by day.
 In data warehousing there is
OLAP(online analytical processing .It
maintain historical data.It collects data
from different databases like oracle and
so on.It is used to find analysis and
generate reports.
 The key difference between DBMS and
data warehouse is the fact that a data
warehouse can be treated as a type of
database or a kind of database which
provides special facilities for analysis
and reporting while DBMS is the overall
system which manages a certain
for your attention!

Contenu connexe

Tendances

Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guidethomasmary607
 
Data Warehousing and Data Mining
Data Warehousing and Data MiningData Warehousing and Data Mining
Data Warehousing and Data Miningidnats
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data WarehousingEyad Manna
 
Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)Harish Chand
 
Components of a Data-Warehouse
Components of a Data-WarehouseComponents of a Data-Warehouse
Components of a Data-WarehouseAbdul Aslam
 
OLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEOLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEZalpa Rathod
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modelingvivekjv
 
Business intelligence ppt
Business intelligence pptBusiness intelligence ppt
Business intelligence pptsujithkylm007
 
multi dimensional data model
multi dimensional data modelmulti dimensional data model
multi dimensional data modelmoni sindhu
 
Data Mining: What is Data Mining?
Data Mining: What is Data Mining?Data Mining: What is Data Mining?
Data Mining: What is Data Mining?Seerat Malik
 
Data preprocessing in Data Mining
Data preprocessing in Data MiningData preprocessing in Data Mining
Data preprocessing in Data MiningDHIVYADEVAKI
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSINGKing Julian
 
Introduction to Data Warehouse
Introduction to Data WarehouseIntroduction to Data Warehouse
Introduction to Data WarehouseSOMASUNDARAM T
 
Data warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaData warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaVaibhav Khanna
 

Tendances (20)

Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guide
 
Data Warehousing and Data Mining
Data Warehousing and Data MiningData Warehousing and Data Mining
Data Warehousing and Data Mining
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data Warehousing
 
Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)
 
Components of a Data-Warehouse
Components of a Data-WarehouseComponents of a Data-Warehouse
Components of a Data-Warehouse
 
OLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEOLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSE
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modeling
 
Data Mining
Data MiningData Mining
Data Mining
 
Business intelligence ppt
Business intelligence pptBusiness intelligence ppt
Business intelligence ppt
 
Oltp vs olap
Oltp vs olapOltp vs olap
Oltp vs olap
 
multi dimensional data model
multi dimensional data modelmulti dimensional data model
multi dimensional data model
 
Data cleansing
Data cleansingData cleansing
Data cleansing
 
Data Mining: What is Data Mining?
Data Mining: What is Data Mining?Data Mining: What is Data Mining?
Data Mining: What is Data Mining?
 
Data preprocessing in Data Mining
Data preprocessing in Data MiningData preprocessing in Data Mining
Data preprocessing in Data Mining
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSING
 
Introduction to Data Warehouse
Introduction to Data WarehouseIntroduction to Data Warehouse
Introduction to Data Warehouse
 
Data warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaData warehouse 21 snowflake schema
Data warehouse 21 snowflake schema
 
Business Intelligence
Business IntelligenceBusiness Intelligence
Business Intelligence
 
Data warehouse
Data warehouse Data warehouse
Data warehouse
 

En vedette

Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse conceptsobieefans
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data WarehousingJason S
 
Data warehousing with pentaho
Data warehousing with pentahoData warehousing with pentaho
Data warehousing with pentahoWirabumi Software
 
Agile data warehousing
Agile data warehousingAgile data warehousing
Agile data warehousingSneha Challa
 
Lecture 13
Lecture 13Lecture 13
Lecture 13Shani729
 
Lecture 2, c++(complete reference,herbet sheidt)chapter-12
Lecture 2, c++(complete reference,herbet sheidt)chapter-12Lecture 2, c++(complete reference,herbet sheidt)chapter-12
Lecture 2, c++(complete reference,herbet sheidt)chapter-12Abu Saleh
 
Vbmca204821311240
Vbmca204821311240Vbmca204821311240
Vbmca204821311240Ayushi Jain
 
Lecture 5, c++(complete reference,herbet sheidt)chapter-15
Lecture 5, c++(complete reference,herbet sheidt)chapter-15Lecture 5, c++(complete reference,herbet sheidt)chapter-15
Lecture 5, c++(complete reference,herbet sheidt)chapter-15Abu Saleh
 
Data Mining and Data Warehousing
Data Mining and Data WarehousingData Mining and Data Warehousing
Data Mining and Data WarehousingAswathy S Nair
 
Data Warehousing Datamining Concepts
Data Warehousing Datamining ConceptsData Warehousing Datamining Concepts
Data Warehousing Datamining Conceptsraulmisir
 
Data Warehousing, Data Mining & Data Visualisation
Data Warehousing, Data Mining & Data VisualisationData Warehousing, Data Mining & Data Visualisation
Data Warehousing, Data Mining & Data VisualisationSunderland City Council
 
Data mining: Concepts and Techniques, Chapter12 outlier Analysis
Data mining: Concepts and Techniques, Chapter12 outlier Analysis Data mining: Concepts and Techniques, Chapter12 outlier Analysis
Data mining: Concepts and Techniques, Chapter12 outlier Analysis Salah Amean
 

En vedette (19)

Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse concepts
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data Warehousing
 
Data warehousing with pentaho
Data warehousing with pentahoData warehousing with pentaho
Data warehousing with pentaho
 
Agile data warehousing
Agile data warehousingAgile data warehousing
Agile data warehousing
 
data warehousing
data warehousingdata warehousing
data warehousing
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Lecture 2, c++(complete reference,herbet sheidt)chapter-12
Lecture 2, c++(complete reference,herbet sheidt)chapter-12Lecture 2, c++(complete reference,herbet sheidt)chapter-12
Lecture 2, c++(complete reference,herbet sheidt)chapter-12
 
Vbmca204821311240
Vbmca204821311240Vbmca204821311240
Vbmca204821311240
 
Lecture 5, c++(complete reference,herbet sheidt)chapter-15
Lecture 5, c++(complete reference,herbet sheidt)chapter-15Lecture 5, c++(complete reference,herbet sheidt)chapter-15
Lecture 5, c++(complete reference,herbet sheidt)chapter-15
 
Database and types of databases
Database and types of databasesDatabase and types of databases
Database and types of databases
 
Data Mining and Data Warehousing
Data Mining and Data WarehousingData Mining and Data Warehousing
Data Mining and Data Warehousing
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Types of database
Types of databaseTypes of database
Types of database
 
Data Warehousing Datamining Concepts
Data Warehousing Datamining ConceptsData Warehousing Datamining Concepts
Data Warehousing Datamining Concepts
 
Data Warehousing, Data Mining & Data Visualisation
Data Warehousing, Data Mining & Data VisualisationData Warehousing, Data Mining & Data Visualisation
Data Warehousing, Data Mining & Data Visualisation
 
wi-fi ppt
wi-fi pptwi-fi ppt
wi-fi ppt
 
Data mart
Data martData mart
Data mart
 
Data mining: Concepts and Techniques, Chapter12 outlier Analysis
Data mining: Concepts and Techniques, Chapter12 outlier Analysis Data mining: Concepts and Techniques, Chapter12 outlier Analysis
Data mining: Concepts and Techniques, Chapter12 outlier Analysis
 

Similaire à Optimize Data Warehousing Presentation for SEO

11667 Bitt I 2008 Lect4
11667 Bitt I 2008 Lect411667 Bitt I 2008 Lect4
11667 Bitt I 2008 Lect4ambujm
 
1.4 data warehouse
1.4 data warehouse1.4 data warehouse
1.4 data warehouseKrish_ver2
 
UNIT 2 DATA WAREHOUSING AND DATA MINING PRESENTATION.pptx
UNIT 2 DATA WAREHOUSING AND DATA MINING PRESENTATION.pptxUNIT 2 DATA WAREHOUSING AND DATA MINING PRESENTATION.pptx
UNIT 2 DATA WAREHOUSING AND DATA MINING PRESENTATION.pptxshruthisweety4
 
11666 Bitt I 2008 Lect3
11666 Bitt I 2008 Lect311666 Bitt I 2008 Lect3
11666 Bitt I 2008 Lect3ambujm
 
Data warehouse
Data warehouseData warehouse
Data warehouseRajThakuri
 
Datawarehousing
DatawarehousingDatawarehousing
Datawarehousingsumit621
 
Unit-IV-Introduction to Data Warehousing .pptx
Unit-IV-Introduction to Data Warehousing .pptxUnit-IV-Introduction to Data Warehousing .pptx
Unit-IV-Introduction to Data Warehousing .pptxHarsha Patel
 
Module 1_Data Warehousing Fundamentals.pptx
Module 1_Data Warehousing Fundamentals.pptxModule 1_Data Warehousing Fundamentals.pptx
Module 1_Data Warehousing Fundamentals.pptxnikshaikh786
 
Data Mining Concept & Technique-ch04.ppt
Data Mining Concept & Technique-ch04.pptData Mining Concept & Technique-ch04.ppt
Data Mining Concept & Technique-ch04.pptMutiaSari53
 
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
 
Chapter 4. Data Warehousing and On-Line Analytical Processing.ppt
Chapter 4. Data Warehousing and On-Line Analytical Processing.pptChapter 4. Data Warehousing and On-Line Analytical Processing.ppt
Chapter 4. Data Warehousing and On-Line Analytical Processing.pptSubrata Kumer Paul
 

Similaire à Optimize Data Warehousing Presentation for SEO (20)

11667 Bitt I 2008 Lect4
11667 Bitt I 2008 Lect411667 Bitt I 2008 Lect4
11667 Bitt I 2008 Lect4
 
Data Warehouse
Data WarehouseData Warehouse
Data Warehouse
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
DMDW 1st module.pdf
DMDW 1st module.pdfDMDW 1st module.pdf
DMDW 1st module.pdf
 
1.4 data warehouse
1.4 data warehouse1.4 data warehouse
1.4 data warehouse
 
Cs1011 dw-dm-1
Cs1011 dw-dm-1Cs1011 dw-dm-1
Cs1011 dw-dm-1
 
Dwbasics
DwbasicsDwbasics
Dwbasics
 
UNIT 2 DATA WAREHOUSING AND DATA MINING PRESENTATION.pptx
UNIT 2 DATA WAREHOUSING AND DATA MINING PRESENTATION.pptxUNIT 2 DATA WAREHOUSING AND DATA MINING PRESENTATION.pptx
UNIT 2 DATA WAREHOUSING AND DATA MINING PRESENTATION.pptx
 
11666 Bitt I 2008 Lect3
11666 Bitt I 2008 Lect311666 Bitt I 2008 Lect3
11666 Bitt I 2008 Lect3
 
Data Warehouse
Data Warehouse Data Warehouse
Data Warehouse
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Unit 1
Unit 1Unit 1
Unit 1
 
Datawarehousing
DatawarehousingDatawarehousing
Datawarehousing
 
Unit-IV-Introduction to Data Warehousing .pptx
Unit-IV-Introduction to Data Warehousing .pptxUnit-IV-Introduction to Data Warehousing .pptx
Unit-IV-Introduction to Data Warehousing .pptx
 
DATA WAREHOUSING.2.pptx
DATA WAREHOUSING.2.pptxDATA WAREHOUSING.2.pptx
DATA WAREHOUSING.2.pptx
 
Module 1_Data Warehousing Fundamentals.pptx
Module 1_Data Warehousing Fundamentals.pptxModule 1_Data Warehousing Fundamentals.pptx
Module 1_Data Warehousing Fundamentals.pptx
 
Data Mining Concept & Technique-ch04.ppt
Data Mining Concept & Technique-ch04.pptData Mining Concept & Technique-ch04.ppt
Data Mining Concept & Technique-ch04.ppt
 
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
 
Chapter 4. Data Warehousing and On-Line Analytical Processing.ppt
Chapter 4. Data Warehousing and On-Line Analytical Processing.pptChapter 4. Data Warehousing and On-Line Analytical Processing.ppt
Chapter 4. Data Warehousing and On-Line Analytical Processing.ppt
 

Dernier

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 

Dernier (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 

Optimize Data Warehousing Presentation for SEO

  • 2. OUTLINES:-  WHAT IS A DATA WAREHOUSING  DATA WAREHOUSING DEFINITION  HISTORY OF DATA WAREHOUSING  FACTS ABOUT DATA WAREHOUSING  CHARACTERISTICS OF DATA WAREHOUSING  USAGE AND TRENDS  ARCHITECTURE OF DATA WAREHOUSE  DBMS VS DATA WAREHOUSE
  • 3. What Is A Data Warehouse? A data warehouse is a powerful database model that significantly enhances the user’s ability to quickly analyze large, multidimensional data sets. It cleanses and organizes data to allow users to make business decisions based on facts. Hence, the data in the data warehouse must have
  • 4. Data Warehousing Definition:-  Date warehousing is an aspect to gather data from multiple sources into central repository,called Data warehouse.  According to William H.Inmon,a leading architect in the construction of data warehouse systems,”A data warehouse is a subject – oriented ,integrated ,time variant and non- volatile collection of data in support of management’s decision making process.  “A data warehouse is simply a single complete, and consistent store of data obtained from a variety of sources and made available to end users in a way they can understand and use it in a business context.” -----Barry Devlin,IBM consultant
  • 5. DATA WAREHOUSES Data Warehouses:  Data spread in several databases – physically located at numerous sites  Data warehouse – repository of multiple DBs in single schema; resides at single site.  Data warehousing processes 1. Data Cleaning 2. Data Integration 3. Data Transformation 4. Data Loading 5. Periodic data refreshing
  • 7.  Data cleaning:-Data Cleaning includes, filling in missing values, smoothing noisy data, identifying or removing outliers, and resolving inconsistencies.  Data integration:-Data Integration includes integration of multiple databases, data cubes, or files.  Data transformation:-Convert data from legacy or host format to warehouse format.  Load :-sort;summarize,consolidate;compute views; check integrity.Build indices and partitions.  Refresh:-Propagates the update from data sources to the warehouse.
  • 8.
  • 9.  Data in a data warehouse are organized around major subjects.  Data provide information on historical perspective – summarized on periodic dimension.  Eg. Sales of an item for a region in a period  Data warehouse model – multidimensional database structure / data cube  Dimensions – Attributes / set of attributes  Facts – Aggregated measures (Count / Sales amount)
  • 10. History of data warehousing  The concept of data warehousing dates back to the late 1980s when IBM researcher Barry davlin and paul murphy developed the “the business data warehouse”.  In essence, the data warehousing concept was intended to provide an architectural model for the flow of data from opeational systems to decision support environments.
  • 11. Facts about data warehousing:-  Issues involved in warehousing include techniques for dealing with errors and techniques for efficient storage and indexing of large volumes of data.  This system is used for reporting and data analysis.  It usually contains historical data derived from transaction data.  Data warehousing is not meant for current “live”data.
  • 12. Components of a data warehouse • Sources –Data source interaction • Data Transformation • Data warehouse (data storage ) • Reporting (Data presentation ) • Metadata
  • 13.
  • 14. Complete control over the four main areas of data management systems: -  Clean data  Query processing: multiple options  Indexes: multiple types  Security: data and access Data Warehouse Advantages
  • 15. Data Warehousing Disadvantages  Adding new data sources takes time and associated high cost.  Data owners lose control over their data, raising ownership, security and privacy issues.  Long initial implementation time and associated high cost.  Difficult to accommodate changes in data types and ranges, data source schema, indexes and queries.
  • 16. Characteristics of Data Warehousing:-  Subject –Oriented:-A data warehouse can be used to analyze a particular subject area. For example:-”sales” can be a particular subject.  Integrated:-A data warehouse integrates data from multiple data sources. For example:-Source A and source B may have different ways of identifying a product, but in a data warehouse,there will be only a single way of identifying a product.  Time Variant :-Historical data is kept in a data warehouse.
  • 17. For example:-One can retrieve data from 3 months ,6months, 12 months ,or even older data from a data warehouse.  Non volatile:-Once data is in the data warehouse,it will not change.So,historical data in a data warehouse should never be altered.  It must be optimized for access to very large amount of data.  It is based on client server architecture.  It is capable of handling dynamic matrices.  It maintains transparency.  It is consitent and flexible.
  • 18. DATA WAREHOUSE USAGE:- • Three kinds of data warehouse applications 1)Information processing:-Supports querying, basic statistical analysis, and reporting using crosstabs, tables, charts and graphs. 2)Analytical processing:- • Multidimensional analysis of data warehouse data • Supports basic OLAP operations, slice-dice, drilling, pivoting 3)Data mining:- • Knowledge discovery from hidden patterns • Supports associations, constructing analytical models, performing classification and prediction, and presenting the mining results using visualization tools.  Differences among the three tasks
  • 19. TRENDS IN DATA WAREHOUSING  In the next few years, data warehousing is expected make big strides in software, especially for optimizing queries:- o indexing very large tables o enhancing SQL o improving data compression o expanding dimensional modeling
  • 20.  Real-Time Data Warehousing  Multiple Data Types  Adding Unstructured Data  Searching Unstructured Data  Spatial Data  Data Visualization  Major Visualization Trends  Visualization Types  Advanced Visualization TechniquesChart Manipulation.  Drill Down.  Advanced Interaction
  • 21. Architecture of data warehouse fig:- A three tier data warehousing Top tier: Middle tier Bottom tier Data warehouse server Backend tools
  • 22. 1)Bottom tier:-The bottom tier is a warehouse database server that is always a relational database system.  Back-end tools and utilities are used to feed data into the bottom tier from operational databases or other external sources. These tools and utilities perform data extraction,cleaning and transformation as well as load and refresh functions to update the data warehouse.  The date extracted using application program interfaces known as gateways.  Example of gateways are ODBC(open database connection)and OLEDB(Open Linking and embedding for database) by microsoft and jdbc(java database connecton).  This tier also contains a metadata repository, which stores information about the data warehouse and its contents.
  • 23. 2.)Middle tier:- The middle tier is an OLAP server that is typically implemented using either:- a) A relational OLAP (ROLAP) model that is,an extended relation DBMS that maps operations.Intermediate server b/w relational back-end server and client front end tools. b) A multidimentional OLAP (MOLAP) model that is, a special purpose server that directly implements multidimentional data and operations. Supports multidimention views.
  • 24. 3.)Top tier:-The top tier is a front –end client layer ,which contains query and reporting tools ,analysis tools,and or data mining tools.  Note:- OLAP – Online Analytical Processing:  This is the major task of Data Warehousing System.  Useful for complex data analysis and decision making.  Market oriented –used by managers,executives and data analyst.
  • 25. DBMS VS Data Warehousing In today’s corporate world ,every business enterprise ,no matter how big or small requires a database. The more the business grows, the more urgent is the requirement of a database .The database is required to keep a check on the growth of a business in a specific period.
  • 26. DBMS:-DBMS is at times known as the database manager although it is the abbreviated form of database management system.  It is basically a repertoire of computer programs that devoted for the management of the database of an organization .  It is a complete and comprehensive methodology in use for specific purposes  Like overall management of digital data- bases,creation and maintenance of data,searching and serving other operations relating to the database.
  • 27. DATA WAREHOUSE:- A data warehouse is usually a place where various types’ data -bases are stored mainly for purpose of security ,archival analysis and storage.  The data warehouse consists of either one or several computer systems that are networked together form a single computer system.  The data warehouse is a database of a different kind: an OLAP (online analytical processing) database. A data warehouse exists as a layer on top of another database or databases (usually OLTP databases).
  • 28.  In DBMS,there is OLTP(online transaction processing )is used.Here we cannot analysis because data changes day by day.  In data warehousing there is OLAP(online analytical processing .It maintain historical data.It collects data from different databases like oracle and so on.It is used to find analysis and generate reports.  The key difference between DBMS and data warehouse is the fact that a data warehouse can be treated as a type of database or a kind of database which provides special facilities for analysis and reporting while DBMS is the overall system which manages a certain