SlideShare una empresa de Scribd logo
1 de 29
welcome
Presented By, 
Neenu C. Paul(12120051) 
CS B, S7 
SOE, CUSAT 
Guided By, 
Dr. Sudheep Elayidom 
Division of Computer Science 
SOE, CUSAT
CONTENTS 
• What is a data warehouse? 
• What is data warehousing? 
• Database vs Data warehouse 
• OLTP & OLAP 
• Data warehouse architecture 
• Multidimensional data model 
• Data Mart 
• ETL 
• Advantages of data warehouse 
• Disadvantages of data warehouse 
• S/W Solutions of data warehouse 
• Conclusion 
• References
A producer wants to know…. 
Which are our 
lowest/highest margin 
customers ? 
Who are my customers 
and what products 
are they buying? 
What is the most 
effective distribution 
channel? 
What product prom- 
-otions have the biggest 
impact on revenue? What impact will 
new products/services 
have on revenue 
and margins? 
Which customers 
are most likely to go 
to the competition ?
What is a Data Warehouse?? 
• A data warehouse is an appliance for storing and analyzing data, and 
reporting. 
• Central database that includes information from several different 
sources. 
• Keeps current as well as historical data. 
• Used to produce reports to assist in decision-making and management.
“Data Warehouse is a subject 
oriented, integrated, time-variant 
and non-volatile 
collection of data in support of 
management’s decision making 
process.” –W. H. Inmon 
Subject 
Oriented 
Data 
Warehouse 
Integrated 
Time 
Variant 
Non-volatile
What is Data Warehousing? 
A process of transforming data 
into information and making it 
available to users in a timely 
enough manner to make a 
difference 
Data 
Information
Database vs Data Warehouse 
Database 
• Transaction Oriented 
• For saving online bargain data 
• E-R modeling techniques are 
used for designing 
• Capture data 
• Constitute real time information 
Data Warehouse 
• Subject oriented 
• For saving historical data 
• Data modeling techniques are 
used for designing. 
• Analyze data 
• Constitute entire information 
base for all time.
Data Processing Technologies 
• OLTP (on-line transaction processing) 
- The major task is to perform on-line 
transaction and query processing. Covers 
most of the day-to-day operations of an 
organization. 
• OLAP(On-Line Analytical Processing) 
- Serve knowledge workers(users) in the 
role of data analysis and decision making. 
- Organize and present data in various 
formats to accommodate the diverse needs 
of the different users. 
Data Processing 
Technologies 
OLTP OLAP
OLTP vs OLAP 
OLTP OLAP 
users clerk, IT professional knowledge worker 
function day to day operations decision support 
DB design application-oriented subject-oriented 
data current, up-to-date 
detailed, flat relational 
isolated 
historical, 
summarized, multidimensional 
integrated, consolidated 
usage repetitive ad-hoc 
access read/write dozens of records Millions of record read 
unit of work short, simple transaction complex query 
# records accessed tens millions 
#users thousands hundreds 
DB size 100MB-GB 100GB-TB
11 October 31, 2014 
To summarize ... 
 OLTP Systems are 
used to “run” a business 
 The Data Warehouse helps 
to “optimize” the business
Typical DW Architecture 
Data Sources ETL Data Store Data Access Presentation 
System A 
System B 
System C 
System D 
Extract 
Transform 
Load 
The Data 
Warehouse 
Business Model 
Dashboards 
Prompted Views 
Scorecards 
Ad-Hoc Reporting 
Self Serve 
12
Multidimensional data model 
• Developed for implementing data warehouse and data marts. 
• Provides both a mechanism to store data and a way for business 
analysis. 
• An alternative to entity-relationship (E/R) model 
TYPES OF MULTIDIMENSIONAL DATA MODEL 
Data cube model. 
Star schema model. 
Snow flake schema model. 
Fact Constellations.
Data cubes 
• A data warehouse is based on a multidimensional data model which views data in 
the form of a data cube. 
• Three important concepts are associated with data cubes 
- Slicing 
- Dicing 
- Rotating 
•In the cube given below we have the results of the 1991 Canadian Census with 
ethnic origin, age group and geography representing the dimensions of the cube, 
while 174 represents the measure. The dimension is a category of data. Each 
dimension includes different levels of categories. The measures are actual data 
values that occupy the cells as defined by the dimensions selected.
1991 Canadian Census 
15
Slicing the Data Cube 
• Figure 2 illustrates slicing the 
Ethnic origin Chinese. When the 
cube is sliced like in this example, 
we are able to generate data for 
Chinese origin for the geography 
and age groups as a result. 
• The data that is contained within 
the cube has effectively been 
filtered in order to display the 
measures associated only with the 
Chinese ethnic origin. 
• From an end user perspective, the 
term slice most often refers to a 
two- dimensional page selected 
from the cube. 
16
Dicing and Rotating 
• Dicing is a related operation to slicing 
in which a sub-cube of the original 
space is defined 
• Dicing provides the user with the 
smallest available slice of data, 
enabling you to examine each sub-cube 
in greater detail. 
• Rotating, which is sometimes called 
pivoting changes the dimensional 
orientation of the report or page 
display from the cube data. Rotating 
may consist of swapping the rows an 
columns, or moving one of the row 
dimensions into the column 
dimension. 
17
Data Mart 
• Contains a subset of the data stored in the data warehouse that is of 
interest to a specific business community, department, or set of users. 
• E.g.: Marketing promotions, finance ,or account collections. 
• Data marts are small slices of the data warehouse. 
• Data marts improve end-user response time by allowing users to have 
access to the specific type of data they need to view. 
• A data mart is basically a condensed and more focused version of a 
data warehouse.
Data warehouse vs Data mart 
DATA WAREHOUSE 
• Holds multiple subject areas 
• Holds very detailed information 
• Works to integrate all data 
sources 
• Does not necessarily use a 
dimensional model but feeds 
dimensional models 
DATA MART 
• Often holds only one subject area-for 
example, Finance, or Sales 
• May hold more summarized data 
(although many hold full detail) 
• Concentrates on integrating 
information from a given subject 
area or set of source systems 
• Is built focused on a dimensional 
model using a star schema
Reasons for creating a data mart 
• Easy access to frequently needed data 
• Creates collective view by a group of users 
• Improves end-user response time 
• Ease of creation 
• Lower cost than implementing a full data warehouse 
• Potential users are more clearly defined than in a full data warehouse 
• Contains only business essential data and is less cluttered.
Advantages & Disadvantages of data warehousing 
Advantages 
Enhances end-user access to a wide variety of data. 
 Increases data consistency. 
Increases productivity and decreases computing costs. 
 Is able to combine data from different sources, in one place. 
 It provides an infrastructure that could support changes to data and replication of the changed data 
back into the operational systems. 
Disadvantages 
 Extracting, cleaning and loading data could be time consuming. 
 Problems with compatibility with systems already in place e.g. transaction processing system. 
 Providing training to end-users, who end up not using the data warehouse. 
 Security could develop into a serious issue, especially if the data warehouse is web accessible.
Applications of data warehousing 
Industry Application 
Finance Credit card Analysis 
Insurance Claims, Fraud Analysis 
Telecommunication Call record Analysis 
Transport Logistics management 
Consumer goods Promotion Analysis
etl 
• Extract-Transform-Load 
• Responsible for the operations taking place in the backstage of data 
warehouse architecture. 
• Extract : Get the data from source system as efficiently as possible 
• Transform : Perform calculations on data 
• Load : Load the data in the target storage 
ADVANTAGES OF ETL TOOL 
Simple, faster and cheaper 
Deliver good performance even for very large data set 
Allows reuse of existing complex programs
Popular etl tools 
Tools Company 
Infomix IBM 
Oracle Warehouse Builder ORACLE 
Microsoft SQL Server Integration Microsoft
IBM Infomix 
• Informix is one of the world’s most widely used database servers 
• High levels of performance and availability, distinctive capabilities in data replication and 
scalability, and minimal administrative overhead. 
HIGHLIGHTS 
Real-time Analytics: Informix is a single platform that can power OLTP and OLAP workloads 
and successfully meet service-level agreements (SLAs) for each 
Fast, Always-on Transactions: Provides one of the industry’s widest sets of options for keeping 
data available at all times, including zero downtime for maintenance 
Sensor data management: Solves the big data challenge of sensor data with unmatched 
performance and scalability for managing time series data 
Easy to Use: Informix runs virtually unattended with self-configuring, self-managing and self-healing 
capabilities 
Best-of-breed embeddability: Provides a proven embedded data management platform for ISVs 
and OEMs to deliver integrated, world-class solutions, enabling platform independence 
NoSQL capability: 
IBM Informix unleashes new capabilities, giving you a way to combine unstructured and 
structured data in a smart way, bringing NoSQL to your SQL database.
conclusion 
Data Warehousing is not a new phenomenon. All large 
organizations already have data warehouses, but they are just not 
managing them. Over the next few years, the growth of data 
warehousing is going to be enormous with new products and 
technologies coming out frequently. In order to get the most out of this 
period, it is going to be important that data warehouse planners and 
developers have a clear idea of what they are looking for and then 
choose strategies and methods that will provide them with 
performance today and flexibility for tomorrow.
Reference 
1) Data Mining , Gupta 
2) Data Warehousing , C.S.R. Prabhu 
3) Jeff Lawyer and Shamsul Chowdhury “Best Practices in Data 
Warehousing to Support Business Initiatiatives and Needs”, IEEE 2004 
4) Ruilian Hou “Research and Analysis of Data Warehouse Technologies”, 
IEEE 2011 
5) S. Sai Sathyanarayana Reddy, Dr. L.S.S.Reddy, Dr.V.Khanna, A.Lavanya 
“Advanced Techniques for Scientific Data Warehousing”, IEEE 2009 
6) Murat Obali, Abdul Kadir Gorur, “A Real Time Data Warehouse 
Approach for Data Processing”, IEEE 2013 
7) Ruilian Hou “Analysis and research on the difference between data 
warehouse and database”, IEEE 2011
Questions ????
THANK YOU!!!!!

Más contenido relacionado

La actualidad más candente

Data warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaData warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaVaibhav Khanna
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data WarehousingJason S
 
Etl - Extract Transform Load
Etl - Extract Transform LoadEtl - Extract Transform Load
Etl - Extract Transform LoadABDUL KHALIQ
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSINGKing Julian
 
Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)Harish Chand
 
data warehouse , data mart, etl
data warehouse , data mart, etldata warehouse , data mart, etl
data warehouse , data mart, etlAashish Rathod
 
multi dimensional data model
multi dimensional data modelmulti dimensional data model
multi dimensional data modelmoni sindhu
 
OLAP OnLine Analytical Processing
OLAP OnLine Analytical ProcessingOLAP OnLine Analytical Processing
OLAP OnLine Analytical ProcessingWalid Elbadawy
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modelingvivekjv
 
OLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEOLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEZalpa Rathod
 
Date warehousing concepts
Date warehousing conceptsDate warehousing concepts
Date warehousing conceptspcherukumalla
 

La actualidad más candente (20)

Data warehousing
Data warehousingData warehousing
Data warehousing
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
OLAP v/s OLTP
OLAP v/s OLTPOLAP v/s OLTP
OLAP v/s OLTP
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
DATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MININGDATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MINING
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Data warehouse 21 snowflake schema
Data warehouse 21 snowflake schemaData warehouse 21 snowflake schema
Data warehouse 21 snowflake schema
 
Data Mining
Data MiningData Mining
Data Mining
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data Warehousing
 
Oltp vs olap
Oltp vs olapOltp vs olap
Oltp vs olap
 
Etl - Extract Transform Load
Etl - Extract Transform LoadEtl - Extract Transform Load
Etl - Extract Transform Load
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSING
 
Data Warehouse 101
Data Warehouse 101Data Warehouse 101
Data Warehouse 101
 
Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)Data mining & data warehousing (ppt)
Data mining & data warehousing (ppt)
 
data warehouse , data mart, etl
data warehouse , data mart, etldata warehouse , data mart, etl
data warehouse , data mart, etl
 
multi dimensional data model
multi dimensional data modelmulti dimensional data model
multi dimensional data model
 
OLAP OnLine Analytical Processing
OLAP OnLine Analytical ProcessingOLAP OnLine Analytical Processing
OLAP OnLine Analytical Processing
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modeling
 
OLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSEOLAP & DATA WAREHOUSE
OLAP & DATA WAREHOUSE
 
Date warehousing concepts
Date warehousing conceptsDate warehousing concepts
Date warehousing concepts
 

Similar a DATA WAREHOUSING

presentationofism-complete-1-100227093028-phpapp01.pptx
presentationofism-complete-1-100227093028-phpapp01.pptxpresentationofism-complete-1-100227093028-phpapp01.pptx
presentationofism-complete-1-100227093028-phpapp01.pptxvipush1
 
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
 
Cognos datawarehouse
Cognos datawarehouseCognos datawarehouse
Cognos datawarehousessuser7fc7eb
 
Business Intelligence Architecture
Business Intelligence ArchitectureBusiness Intelligence Architecture
Business Intelligence ArchitecturePhilippe Julio
 
Data Warehouse Design on Cloud ,A Big Data approach Part_One
Data Warehouse Design on Cloud ,A Big Data approach Part_OneData Warehouse Design on Cloud ,A Big Data approach Part_One
Data Warehouse Design on Cloud ,A Big Data approach Part_OnePanchaleswar Nayak
 
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
 
Introduction to data mining and data warehousing
Introduction to data mining and data warehousingIntroduction to data mining and data warehousing
Introduction to data mining and data warehousingEr. Nawaraj Bhandari
 
dataWarehouse.pptx
dataWarehouse.pptxdataWarehouse.pptx
dataWarehouse.pptxhqlm1
 
DWDM Unit 1 (1).pptx
DWDM Unit 1 (1).pptxDWDM Unit 1 (1).pptx
DWDM Unit 1 (1).pptxSalehaMariyam
 
Data warehouse introduction
Data warehouse introductionData warehouse introduction
Data warehouse introductionMurli Jha
 
Data Mining & Data Warehousing
Data Mining & Data WarehousingData Mining & Data Warehousing
Data Mining & Data WarehousingAAKANKSHA JAIN
 
Business Intelligence Data Warehouse System
Business Intelligence Data Warehouse SystemBusiness Intelligence Data Warehouse System
Business Intelligence Data Warehouse SystemKiran kumar
 
data warehousing
data warehousingdata warehousing
data warehousing143sohil
 
Business Intelligence and Multidimensional Database
Business Intelligence and Multidimensional DatabaseBusiness Intelligence and Multidimensional Database
Business Intelligence and Multidimensional DatabaseRussel Chowdhury
 
Application Middleware Overview
Application Middleware OverviewApplication Middleware Overview
Application Middleware OverviewChristalin Nelson
 
The Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationThe Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationDATAVERSITY
 
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...DATAVERSITY
 

Similar a DATA WAREHOUSING (20)

presentationofism-complete-1-100227093028-phpapp01.pptx
presentationofism-complete-1-100227093028-phpapp01.pptxpresentationofism-complete-1-100227093028-phpapp01.pptx
presentationofism-complete-1-100227093028-phpapp01.pptx
 
Data Warehousing, Data Mining & Data Visualisation
Data Warehousing, Data Mining & Data VisualisationData Warehousing, Data Mining & Data Visualisation
Data Warehousing, Data Mining & Data Visualisation
 
Cognos datawarehouse
Cognos datawarehouseCognos datawarehouse
Cognos datawarehouse
 
Business Intelligence Architecture
Business Intelligence ArchitectureBusiness Intelligence Architecture
Business Intelligence Architecture
 
Data Warehouse Design on Cloud ,A Big Data approach Part_One
Data Warehouse Design on Cloud ,A Big Data approach Part_OneData Warehouse Design on Cloud ,A Big Data approach Part_One
Data Warehouse Design on Cloud ,A Big Data approach Part_One
 
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.
 
Introduction to data mining and data warehousing
Introduction to data mining and data warehousingIntroduction to data mining and data warehousing
Introduction to data mining and data warehousing
 
dataWarehouse.pptx
dataWarehouse.pptxdataWarehouse.pptx
dataWarehouse.pptx
 
DWDM Unit 1 (1).pptx
DWDM Unit 1 (1).pptxDWDM Unit 1 (1).pptx
DWDM Unit 1 (1).pptx
 
Data warehouse introduction
Data warehouse introductionData warehouse introduction
Data warehouse introduction
 
Data Mining & Data Warehousing
Data Mining & Data WarehousingData Mining & Data Warehousing
Data Mining & Data Warehousing
 
Business Intelligence Data Warehouse System
Business Intelligence Data Warehouse SystemBusiness Intelligence Data Warehouse System
Business Intelligence Data Warehouse System
 
Lecture1
Lecture1Lecture1
Lecture1
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Datawarehousing
DatawarehousingDatawarehousing
Datawarehousing
 
data warehousing
data warehousingdata warehousing
data warehousing
 
Business Intelligence and Multidimensional Database
Business Intelligence and Multidimensional DatabaseBusiness Intelligence and Multidimensional Database
Business Intelligence and Multidimensional Database
 
Application Middleware Overview
Application Middleware OverviewApplication Middleware Overview
Application Middleware Overview
 
The Shifting Landscape of Data Integration
The Shifting Landscape of Data IntegrationThe Shifting Landscape of Data Integration
The Shifting Landscape of Data Integration
 
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
 

Más de Rishikese MR

Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language ProcessingRishikese MR
 
Crowd Sourcing With Smart Phone
Crowd Sourcing With Smart PhoneCrowd Sourcing With Smart Phone
Crowd Sourcing With Smart PhoneRishikese MR
 
The No SQL Principles and Basic Application Of Casandra Model
The No SQL Principles and Basic Application Of Casandra ModelThe No SQL Principles and Basic Application Of Casandra Model
The No SQL Principles and Basic Application Of Casandra ModelRishikese MR
 
Automatic 2D to 3D Video Conversion For 3DTV's
 Automatic 2D to 3D Video Conversion For 3DTV's Automatic 2D to 3D Video Conversion For 3DTV's
Automatic 2D to 3D Video Conversion For 3DTV'sRishikese MR
 
Middleware and Middleware in distributed application
Middleware and Middleware in distributed applicationMiddleware and Middleware in distributed application
Middleware and Middleware in distributed applicationRishikese MR
 
EMOTION BASED COMPUTING
EMOTION BASED COMPUTINGEMOTION BASED COMPUTING
EMOTION BASED COMPUTINGRishikese MR
 
BITCOIN TECHNOLOGY AND ITS USES
BITCOIN TECHNOLOGY AND ITS USESBITCOIN TECHNOLOGY AND ITS USES
BITCOIN TECHNOLOGY AND ITS USESRishikese MR
 
3D OPTICAL DATA STORAGE
3D OPTICAL DATA STORAGE3D OPTICAL DATA STORAGE
3D OPTICAL DATA STORAGERishikese MR
 
OVERVIEW OF FACEBOOK SCALABLE ARCHITECTURE.
OVERVIEW  OF FACEBOOK SCALABLE ARCHITECTURE.OVERVIEW  OF FACEBOOK SCALABLE ARCHITECTURE.
OVERVIEW OF FACEBOOK SCALABLE ARCHITECTURE.Rishikese MR
 
Google Glass and its Features
Google Glass and its FeaturesGoogle Glass and its Features
Google Glass and its FeaturesRishikese MR
 
Virtualization and cloud Computing
Virtualization and cloud ComputingVirtualization and cloud Computing
Virtualization and cloud ComputingRishikese MR
 
Artificial intelligence in gaming.
Artificial intelligence in gaming.Artificial intelligence in gaming.
Artificial intelligence in gaming.Rishikese MR
 
A seminar on neo4 j
A seminar on neo4 jA seminar on neo4 j
A seminar on neo4 jRishikese MR
 

Más de Rishikese MR (19)

1 2 3 4 5 g
1 2 3 4 5 g1 2 3 4 5 g
1 2 3 4 5 g
 
Natural Language Processing
Natural Language ProcessingNatural Language Processing
Natural Language Processing
 
Fuzzy Logic
Fuzzy LogicFuzzy Logic
Fuzzy Logic
 
Crowd Sourcing With Smart Phone
Crowd Sourcing With Smart PhoneCrowd Sourcing With Smart Phone
Crowd Sourcing With Smart Phone
 
BLUE BRAIN
BLUE BRAINBLUE BRAIN
BLUE BRAIN
 
The No SQL Principles and Basic Application Of Casandra Model
The No SQL Principles and Basic Application Of Casandra ModelThe No SQL Principles and Basic Application Of Casandra Model
The No SQL Principles and Basic Application Of Casandra Model
 
CYBORG
CYBORG CYBORG
CYBORG
 
Automatic 2D to 3D Video Conversion For 3DTV's
 Automatic 2D to 3D Video Conversion For 3DTV's Automatic 2D to 3D Video Conversion For 3DTV's
Automatic 2D to 3D Video Conversion For 3DTV's
 
Middleware and Middleware in distributed application
Middleware and Middleware in distributed applicationMiddleware and Middleware in distributed application
Middleware and Middleware in distributed application
 
TOR NETWORK
TOR NETWORKTOR NETWORK
TOR NETWORK
 
EMOTION BASED COMPUTING
EMOTION BASED COMPUTINGEMOTION BASED COMPUTING
EMOTION BASED COMPUTING
 
BITCOIN TECHNOLOGY AND ITS USES
BITCOIN TECHNOLOGY AND ITS USESBITCOIN TECHNOLOGY AND ITS USES
BITCOIN TECHNOLOGY AND ITS USES
 
3D OPTICAL DATA STORAGE
3D OPTICAL DATA STORAGE3D OPTICAL DATA STORAGE
3D OPTICAL DATA STORAGE
 
OUTERNET
OUTERNETOUTERNET
OUTERNET
 
OVERVIEW OF FACEBOOK SCALABLE ARCHITECTURE.
OVERVIEW  OF FACEBOOK SCALABLE ARCHITECTURE.OVERVIEW  OF FACEBOOK SCALABLE ARCHITECTURE.
OVERVIEW OF FACEBOOK SCALABLE ARCHITECTURE.
 
Google Glass and its Features
Google Glass and its FeaturesGoogle Glass and its Features
Google Glass and its Features
 
Virtualization and cloud Computing
Virtualization and cloud ComputingVirtualization and cloud Computing
Virtualization and cloud Computing
 
Artificial intelligence in gaming.
Artificial intelligence in gaming.Artificial intelligence in gaming.
Artificial intelligence in gaming.
 
A seminar on neo4 j
A seminar on neo4 jA seminar on neo4 j
A seminar on neo4 j
 

Último

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 

Último (20)

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

DATA WAREHOUSING

  • 2. Presented By, Neenu C. Paul(12120051) CS B, S7 SOE, CUSAT Guided By, Dr. Sudheep Elayidom Division of Computer Science SOE, CUSAT
  • 3. CONTENTS • What is a data warehouse? • What is data warehousing? • Database vs Data warehouse • OLTP & OLAP • Data warehouse architecture • Multidimensional data model • Data Mart • ETL • Advantages of data warehouse • Disadvantages of data warehouse • S/W Solutions of data warehouse • Conclusion • References
  • 4. A producer wants to know…. Which are our lowest/highest margin customers ? Who are my customers and what products are they buying? What is the most effective distribution channel? What product prom- -otions have the biggest impact on revenue? What impact will new products/services have on revenue and margins? Which customers are most likely to go to the competition ?
  • 5. What is a Data Warehouse?? • A data warehouse is an appliance for storing and analyzing data, and reporting. • Central database that includes information from several different sources. • Keeps current as well as historical data. • Used to produce reports to assist in decision-making and management.
  • 6. “Data Warehouse is a subject oriented, integrated, time-variant and non-volatile collection of data in support of management’s decision making process.” –W. H. Inmon Subject Oriented Data Warehouse Integrated Time Variant Non-volatile
  • 7. What is Data Warehousing? A process of transforming data into information and making it available to users in a timely enough manner to make a difference Data Information
  • 8. Database vs Data Warehouse Database • Transaction Oriented • For saving online bargain data • E-R modeling techniques are used for designing • Capture data • Constitute real time information Data Warehouse • Subject oriented • For saving historical data • Data modeling techniques are used for designing. • Analyze data • Constitute entire information base for all time.
  • 9. Data Processing Technologies • OLTP (on-line transaction processing) - The major task is to perform on-line transaction and query processing. Covers most of the day-to-day operations of an organization. • OLAP(On-Line Analytical Processing) - Serve knowledge workers(users) in the role of data analysis and decision making. - Organize and present data in various formats to accommodate the diverse needs of the different users. Data Processing Technologies OLTP OLAP
  • 10. OLTP vs OLAP OLTP OLAP users clerk, IT professional knowledge worker function day to day operations decision support DB design application-oriented subject-oriented data current, up-to-date detailed, flat relational isolated historical, summarized, multidimensional integrated, consolidated usage repetitive ad-hoc access read/write dozens of records Millions of record read unit of work short, simple transaction complex query # records accessed tens millions #users thousands hundreds DB size 100MB-GB 100GB-TB
  • 11. 11 October 31, 2014 To summarize ...  OLTP Systems are used to “run” a business  The Data Warehouse helps to “optimize” the business
  • 12. Typical DW Architecture Data Sources ETL Data Store Data Access Presentation System A System B System C System D Extract Transform Load The Data Warehouse Business Model Dashboards Prompted Views Scorecards Ad-Hoc Reporting Self Serve 12
  • 13. Multidimensional data model • Developed for implementing data warehouse and data marts. • Provides both a mechanism to store data and a way for business analysis. • An alternative to entity-relationship (E/R) model TYPES OF MULTIDIMENSIONAL DATA MODEL Data cube model. Star schema model. Snow flake schema model. Fact Constellations.
  • 14. Data cubes • A data warehouse is based on a multidimensional data model which views data in the form of a data cube. • Three important concepts are associated with data cubes - Slicing - Dicing - Rotating •In the cube given below we have the results of the 1991 Canadian Census with ethnic origin, age group and geography representing the dimensions of the cube, while 174 represents the measure. The dimension is a category of data. Each dimension includes different levels of categories. The measures are actual data values that occupy the cells as defined by the dimensions selected.
  • 16. Slicing the Data Cube • Figure 2 illustrates slicing the Ethnic origin Chinese. When the cube is sliced like in this example, we are able to generate data for Chinese origin for the geography and age groups as a result. • The data that is contained within the cube has effectively been filtered in order to display the measures associated only with the Chinese ethnic origin. • From an end user perspective, the term slice most often refers to a two- dimensional page selected from the cube. 16
  • 17. Dicing and Rotating • Dicing is a related operation to slicing in which a sub-cube of the original space is defined • Dicing provides the user with the smallest available slice of data, enabling you to examine each sub-cube in greater detail. • Rotating, which is sometimes called pivoting changes the dimensional orientation of the report or page display from the cube data. Rotating may consist of swapping the rows an columns, or moving one of the row dimensions into the column dimension. 17
  • 18. Data Mart • Contains a subset of the data stored in the data warehouse that is of interest to a specific business community, department, or set of users. • E.g.: Marketing promotions, finance ,or account collections. • Data marts are small slices of the data warehouse. • Data marts improve end-user response time by allowing users to have access to the specific type of data they need to view. • A data mart is basically a condensed and more focused version of a data warehouse.
  • 19. Data warehouse vs Data mart DATA WAREHOUSE • Holds multiple subject areas • Holds very detailed information • Works to integrate all data sources • Does not necessarily use a dimensional model but feeds dimensional models DATA MART • Often holds only one subject area-for example, Finance, or Sales • May hold more summarized data (although many hold full detail) • Concentrates on integrating information from a given subject area or set of source systems • Is built focused on a dimensional model using a star schema
  • 20. Reasons for creating a data mart • Easy access to frequently needed data • Creates collective view by a group of users • Improves end-user response time • Ease of creation • Lower cost than implementing a full data warehouse • Potential users are more clearly defined than in a full data warehouse • Contains only business essential data and is less cluttered.
  • 21. Advantages & Disadvantages of data warehousing Advantages Enhances end-user access to a wide variety of data.  Increases data consistency. Increases productivity and decreases computing costs.  Is able to combine data from different sources, in one place.  It provides an infrastructure that could support changes to data and replication of the changed data back into the operational systems. Disadvantages  Extracting, cleaning and loading data could be time consuming.  Problems with compatibility with systems already in place e.g. transaction processing system.  Providing training to end-users, who end up not using the data warehouse.  Security could develop into a serious issue, especially if the data warehouse is web accessible.
  • 22. Applications of data warehousing Industry Application Finance Credit card Analysis Insurance Claims, Fraud Analysis Telecommunication Call record Analysis Transport Logistics management Consumer goods Promotion Analysis
  • 23. etl • Extract-Transform-Load • Responsible for the operations taking place in the backstage of data warehouse architecture. • Extract : Get the data from source system as efficiently as possible • Transform : Perform calculations on data • Load : Load the data in the target storage ADVANTAGES OF ETL TOOL Simple, faster and cheaper Deliver good performance even for very large data set Allows reuse of existing complex programs
  • 24. Popular etl tools Tools Company Infomix IBM Oracle Warehouse Builder ORACLE Microsoft SQL Server Integration Microsoft
  • 25. IBM Infomix • Informix is one of the world’s most widely used database servers • High levels of performance and availability, distinctive capabilities in data replication and scalability, and minimal administrative overhead. HIGHLIGHTS Real-time Analytics: Informix is a single platform that can power OLTP and OLAP workloads and successfully meet service-level agreements (SLAs) for each Fast, Always-on Transactions: Provides one of the industry’s widest sets of options for keeping data available at all times, including zero downtime for maintenance Sensor data management: Solves the big data challenge of sensor data with unmatched performance and scalability for managing time series data Easy to Use: Informix runs virtually unattended with self-configuring, self-managing and self-healing capabilities Best-of-breed embeddability: Provides a proven embedded data management platform for ISVs and OEMs to deliver integrated, world-class solutions, enabling platform independence NoSQL capability: IBM Informix unleashes new capabilities, giving you a way to combine unstructured and structured data in a smart way, bringing NoSQL to your SQL database.
  • 26. conclusion Data Warehousing is not a new phenomenon. All large organizations already have data warehouses, but they are just not managing them. Over the next few years, the growth of data warehousing is going to be enormous with new products and technologies coming out frequently. In order to get the most out of this period, it is going to be important that data warehouse planners and developers have a clear idea of what they are looking for and then choose strategies and methods that will provide them with performance today and flexibility for tomorrow.
  • 27. Reference 1) Data Mining , Gupta 2) Data Warehousing , C.S.R. Prabhu 3) Jeff Lawyer and Shamsul Chowdhury “Best Practices in Data Warehousing to Support Business Initiatiatives and Needs”, IEEE 2004 4) Ruilian Hou “Research and Analysis of Data Warehouse Technologies”, IEEE 2011 5) S. Sai Sathyanarayana Reddy, Dr. L.S.S.Reddy, Dr.V.Khanna, A.Lavanya “Advanced Techniques for Scientific Data Warehousing”, IEEE 2009 6) Murat Obali, Abdul Kadir Gorur, “A Real Time Data Warehouse Approach for Data Processing”, IEEE 2013 7) Ruilian Hou “Analysis and research on the difference between data warehouse and database”, IEEE 2011