SlideShare a Scribd company logo
Presented By 
Quontra SSoolluuttiioonnss 
Email : info@quontrasolutions.com 
Contact : 404-900-9988 
Website : www.quontrasolutions.com
Msbi by quontra us
Msbi by quontra us
DataBase (DB) – 
A place where the collection of records will be maintained in a structured format so that It 
can be easily retrieved when ever required is known as a database. 
One of the most popularly used database model is the 
relational model. It was developed by Edgar Codd in 
1969. 
Example : 
How do you think the Organizations store their 
employee and customer information? they store it in 
a database. 
where do you think the website maintains the login 
information about their users? 
they store it in a database.
ERP– 
ERP, which is an abbreviation for Enterprise 
Resource Planning, is principally an integration 
of business management practices and modern 
technology. 
ERP is a business tool that management uses to 
operate the business day-in and day-out. 
OLTP– 
OLTP, which is an abbreviation for Online Transaction 
processing, handle real time transactions which inherently 
have some special requirements. If your running a Bank, for 
instance, you need to ensure that as people withdrawing 
money from ATM’S they are properly and efficiently updating 
the database also those transactions are properly effecting to 
their Accounts.
6 
Data, Data everywhere yet ... 
• I can’t find the data I need 
– data is scattered over the network 
• I can’t get the data I need 
• need an expert to get the data 
• I can’t understand the data I 
found 
• available • I can’t use d tahtae pdoaotraly Id ofocuumnednted 
• results are unexpected 
• data needs to be transformed from 
one form to other
7 
What are the users saying... 
• Data should be integrated across 
the enterprise 
• Summary data has a real value to 
the organization 
• Historical data holds the key to 
understanding data over time 
• What-if capabilities are required
In What way I can Answer the above question with 
8 
my OLTP system... 
Is Data Warehousing is the Solution ?? YES 
Can I Improve my 
business using Data 
warehousing ?? 
YES.. How ??
9 
Data warehouse helps any Business in Many 
Which are our 
lowest/highest margin 
customers ? 
Which are our 
lowest/highest margin 
customers ? 
Who are my customers 
and what products 
are they buying? 
Who are my customers 
and what products 
are they buying? 
Which customers 
are most likely to go 
to the competition ? 
Which customers 
are most likely to go 
to the competition ? 
What impact will 
new products/services 
have on revenue 
and margins? 
What impact will 
new products/services 
have on revenue 
and margins? 
What is the most 
effective distribution 
channel? 
What is the most 
effective distribution 
channel? 
What product prom- 
-otions have the biggest 
impact on revenue? 
What product prom- 
-otions have the biggest 
impact on revenue? 
Ways 
Let’s say A producer wants to know….
DWH – (Data Warehousing) 
It usually contains historical data derived from transaction data, but it can include data 
from other sources. It separates analysis workload from transaction workload and 
enables an organization to consolidate data from several sources. 
Raugh kimball – 
In simplest terms Data Warehouse can be 
defined as collection of Data marts. 
-Data marts : Subjective collection of Data. 
Bill Inmon – 
A data warehouse is a “subject-oriented, 
integrated, time variant and nonvolatile” collection of 
data in support of management’s decision-making 
process.”
OLAP – (Online Analytical Processing) 
The ability to analyze metrics in different dimensions such as time, geography, gender, 
product, etc. For example, sales for the company is up. What region is most responsible for 
this increase? Which store in this region is most responsible for the increase? What 
particular product category or categories contributed the most to the increase? Answering 
these types of questions in order means that you are performing an OLAP analysis. 
OLAP servers provides better performance for 
accessing multidimensional data. The most important 
mechanism in OLAP which allows it to achieve such 
performance is the use of aggregations. 
Aggregations are built from the fact table by 
changing the granularity on specific dimensions and 
aggregating up data along these dimensions. 
OLAP systems gives analytical capabilities that are 
not in SQL or are more difficult to obtain.
1. OLTP (on-line transaction processing) 
2. Day-to-day operations: purchasing, 
inventory, banking, manufacturing, payroll, 
registration, accounting, etc. 
1. OLAP (on-line analytical processing) 
2. Data analysis and decision making 
3. The tables are in the Normalized form. 3. The tables are in the De-Normalized 
form. 
5. For Designing OLTP we used data 
modeling. 
5. For Designing OLAP we used 
Dimension modeling. 
OLAP is classified into two i.e., 
MOLAP & ROLAP 
4. We Called the Storage objects as 
Tables. i.e., All the masters and the 
Transactions are stored in the tables. 
4. We Called the Storage objects as 
Dimension and Facts. i.e., All the masters 
Are dimension and the Transactions are 
Facts.
Product 
Prod_Id 
Prod_Nam 
e 
Base_Rate 
Cat_Id 
Category 
Cat_Id 
Cat_Name 
Cat_Desc 
Group_Id 
Group 
Group_Id 
Group_Name 
Group_Desc 
Product_Dim 
Prod_Id 
Prod_Name 
Base_Rate 
Cat_Name 
Cat_Desc 
Group_Name 
Group_Desc 
Topics Later We will Cover 
1. Types of Dimensions 
3. Hierarchies 
2. Slowly changing Dimensions 
Normalized Tables 
De-Normalized 
Tables
SalesOrderDetails 
SalesOrder_Fact 
Cust_Id 
Cust_Id 
SalesPerson 
Prod_Id 
Prod_Id 
Order_Date 
Order_Date 
Delivery_Date 
Booked_Date 
Unit_Price 
Delivery_Date 
Qty 
Unit_Price 
Total_Amount 
Qty 
Tax 
Tax 
Created_By Qty*Unit_Price+Tax=Total Amount 
Reference 
keys of 
Dimensions 
Numeric 
fields 
called as 
Fact or 
measure 
Usually calculate all the calculations 
before storing into OLAP
Prod_Di 
m 
Prod_Id 
……… 
Cust_Di 
m 
Cust_Id 
……… 
Org_Dim 
Org_Id 
SalesOrder_F ……… 
act 
Cust_Id 
Prod_Id 
Order_Date 
Delivery_Date 
Org_Id 
Unit_Price 
Qty 
Total_Amount 
Tax 
Time_Di 
m 
Date 
Year 
Month 
……… 
STAR Schema
Product_Di 
m 
Prod_Id 
Prod_Name 
Base_Rate 
Cat_Name 
Cat_Desc 
Group_Na 
me 
Group_Des 
c 
SalesOrder_Fact 
Cust_Id 
Prod_Id 
Order_Date 
Delivery_Date 
Unit_Price 
Qty 
Total_Amount 
Tax
1. Dimensions will have only 
relation with the Fact. 
(Normalized model) 
1. Dimension will have a 
relation other than Fact. (De- 
Normalized model) 
2. One to many or One to 
One relation will Occur. 
2. Used for many to many 
relation. 
3. Performance is fast but 
required huge storage space. 
3. Performance is Low but 
required Less storage space.
18 
A single, complete and 
consistent store of data 
obtained from a variety of 
different sources made 
available to end users in a 
what they can understand 
and use in a business 
context. 
[Barry Devlin]
19 
Data Warehousing -- 
It is a process 
• Technique for assembling and 
managing data from various 
sources for the purpose of 
answering business questions. 
Thus making decisions that were 
not previous possible 
• A decision support database 
maintained separately from the 
organization’s operational 
database
20 
Also Data Mining works with 
Warehouse Data 
Data Warehousing provides the 
Enterprise with a memory 
Data Mining provides the 
Enterprise with 
intelligence
Msbi by quontra us
Msbi by quontra us
BBaassee PPrroodduucctt 
Oracle 10g 
IBM DB2 
$ 25K $ 40K $ 25K
MMaannaaggeeaabbiilliittyy 
BBaassee PPrroodduucctt 
((iinncclluuddeedd)) 
Tuning 
$3K 
Diagnostics 
$3K 
Partitioning 
$10K Performance 
Expert 
$10K 
$ 25K $$ 4506KK $$ 2355KK
MMaannaaggeeaabbiilliittyy 
BBaassee PPrroodduucctt 
((iinncclluuddeedd)) 
$ 25K $$ 15166KK $ $1 5345.K5 K 
BBuussiinneessss 
IInntteelllliiggeennccee 
OLAP 
$20k 
Mining 
$20k 
BI Bundle 
$20k 
DB2 OLAP 
$35K 
DB2 
Warehouse 
$75K 
Cube Views 
$9.5K
HHiigghh AAvvaaiillaabbiilliittyy 
MMaannaaggeeaabbiilliittyy 
BBaassee PPrroodduucctt 
((iinncclluuddeedd)) 
$ 25K $$ 121362KK $$ 115644..55KK 
BBuussiinneessss 
IInntteelllliiggeennccee 
Data Guard 
$116K Recovery 
Expert 
$10k
MMuullttii--ccoorree 
MMaannaaggeeaabbiilliittyy 
BBaassee PPrroodduucctt 
((iinncclluuddeedd)) 
HHiigghh AAvvaaiillaabbiilliittyy 
BBuussiinneessss 
IInntteelllliiggeennccee 
$116K - $164.5K 
$232K 
$348k - 
$464k $ 25K $ 232K $$ 1 36249.5KK
Data 
Storage 
Data-Migration Middleware (Populations-Tools) 
Operational 
Data Sources 
Repository 
Data 
Analysis 
Reporting, OLAP, 
Data Mining
Additional Benefit 
What 
happened? 
Number of Users 
Why did 
it happen? 
What will 
happen? 
What happened 
why and how?
Stage DB 
Optional 
O L A P 
ROLAP 
OLTP 
MOLAP 
SSIS 
CUBE 
Integration Services Analysis 
Services 
Reporting 
Services 
SSAS 
SSRS 
SSIS 
Data Marts
OLTP – Online Transaction Processing 
OLAP – Online Analytical Processing 
MOLAP – Multidimensional OLAP 
ROLAP – Relational OLAP 
HOLAP – Hybrid OALP 
Dimensions – De-normalized master tables 
Attributes – Columns of Dimensions 
Hierarchies – sequential order of attributes 
Facts (Measure group) – Transactions tables in DWH 
Fact (Measures) 
Cubes – Multidimensional storage of Data 
KPI’s – Key performance indicator 
Dashboards – combination of reports,kpis,charts 
Data Marts – Subjective Collection of Data 
SCD’s – Slowly changing Dimensions 
Perspectives – Child Cube
Msbi by quontra us

More Related Content

PDF
DWH_PROJECT [Compatibility Mode]
PDF
Data Warehouse Interview Questions And Answers | Data Warehouse Tutorial | Ed...
PPT
Data warehouse
PPTX
Data wharehousing and OLAP
PPT
Benefits of a data warehouse presentation by Being topper
PPTX
Big data, Analytics and 4th Generation Data Warehousing
PDF
Big Data, analytics and 4th generation data warehousing by Martyn Jones at Bi...
DWH_PROJECT [Compatibility Mode]
Data Warehouse Interview Questions And Answers | Data Warehouse Tutorial | Ed...
Data warehouse
Data wharehousing and OLAP
Benefits of a data warehouse presentation by Being topper
Big data, Analytics and 4th Generation Data Warehousing
Big Data, analytics and 4th generation data warehousing by Martyn Jones at Bi...

What's hot (20)

PPT
Data warehouse
PPTX
Basic Introduction of Data Warehousing from Adiva Consulting
PDF
Data warehouse
PPT
Introduction to data warehousing
PPTX
Data warehousing - Dr. Radhika Kotecha
PPT
Introduction to Data Warehouse
PPT
Gulabs Ppt On Data Warehousing And Mining
PPT
Datawarehouse & bi introduction
PDF
Introduction to Data Warehousing
PDF
Data warehousing
PDF
Business Intelligence Presentation (1/2)
PPT
Date warehousing concepts
PPTX
DATA MART APPROCHES TO ARCHITECTURE
PDF
Introduction to Data Warehousing
PPTX
Data warehousing Demo PPTS | Over View | Introduction
PDF
Data warehouse architecture
PPTX
DOC
Data warehouse-dimensional-modeling-and-design
PPT
Data warehousing
Data warehouse
Basic Introduction of Data Warehousing from Adiva Consulting
Data warehouse
Introduction to data warehousing
Data warehousing - Dr. Radhika Kotecha
Introduction to Data Warehouse
Gulabs Ppt On Data Warehousing And Mining
Datawarehouse & bi introduction
Introduction to Data Warehousing
Data warehousing
Business Intelligence Presentation (1/2)
Date warehousing concepts
DATA MART APPROCHES TO ARCHITECTURE
Introduction to Data Warehousing
Data warehousing Demo PPTS | Over View | Introduction
Data warehouse architecture
Data warehouse-dimensional-modeling-and-design
Data warehousing
Ad

Viewers also liked (20)

PPTX
Nebraska Title VI Civil Rights Administrative Training Slides
PDF
Project Zephyr: Screenshots
PPTX
100 days of happy
PDF
CASE Network Studies and Analyses 382 - European Neighbourhood Policy and Eco...
PDF
Ranking Internetowych Sklepów Odzieżowych 2014
PPTX
Amdocs cdu
PPT
Malditos sean
PDF
CASE Network Studies and Analyses 381 - Experience in Implementing Social Ben...
PPTX
Jesús benítez guerrero aprendizaje colaborativo
PPTX
Bruna l. e Gabrielle
PDF
Cert kseniya tarasova (1)
DOCX
Investimentos na Bahia
PDF
Nebraska Department of Roads 5310 Non-Profit Sub-Recipient Checklist
PPTX
Clara b e duda c.
PDF
Kotel Katan
PPTX
Miguel e Pedro
PDF
Rent Is The New Buy (Infographic)
PPTX
Teacher version: Are You Coming or Going?, Lesson 6 of Misused and Misunderst...
PDF
Active listeningandtalkingtousers
Nebraska Title VI Civil Rights Administrative Training Slides
Project Zephyr: Screenshots
100 days of happy
CASE Network Studies and Analyses 382 - European Neighbourhood Policy and Eco...
Ranking Internetowych Sklepów Odzieżowych 2014
Amdocs cdu
Malditos sean
CASE Network Studies and Analyses 381 - Experience in Implementing Social Ben...
Jesús benítez guerrero aprendizaje colaborativo
Bruna l. e Gabrielle
Cert kseniya tarasova (1)
Investimentos na Bahia
Nebraska Department of Roads 5310 Non-Profit Sub-Recipient Checklist
Clara b e duda c.
Kotel Katan
Miguel e Pedro
Rent Is The New Buy (Infographic)
Teacher version: Are You Coming or Going?, Lesson 6 of Misused and Misunderst...
Active listeningandtalkingtousers
Ad

Similar to Msbi by quontra us (20)

PPT
Introduction To Msbi By Yasir
PDF
CTP Data Warehouse
PPT
Data Warehousing Datamining Concepts
PPTX
Introduction to Data Warehousing
PPT
IT Ready - DW: 1st Day
PPT
Dw & etl concepts
PPT
13500892 data-warehousing-and-data-mining
PPTX
DATA WAREHOUSING
PPT
Data ware housing- Introduction to data ware housing
PPT
Datawarehouse Overview
PPT
UNIT - 1 : Part 1: Data Warehousing and Data Mining
PPT
Introduction to Business Intelligence and Data warehousing - ppt
PPTX
Data Management
PDF
Overview of business intelligence
PPTX
OLAP & DATA WAREHOUSE
PPT
Data Warehouse
PPTX
OLAP & Data Warehouse
PPT
Difference between data warehouse and data mining
PPT
krithi-talk-impact.ppt
PPT
krithi-talk-impact.ppt
Introduction To Msbi By Yasir
CTP Data Warehouse
Data Warehousing Datamining Concepts
Introduction to Data Warehousing
IT Ready - DW: 1st Day
Dw & etl concepts
13500892 data-warehousing-and-data-mining
DATA WAREHOUSING
Data ware housing- Introduction to data ware housing
Datawarehouse Overview
UNIT - 1 : Part 1: Data Warehousing and Data Mining
Introduction to Business Intelligence and Data warehousing - ppt
Data Management
Overview of business intelligence
OLAP & DATA WAREHOUSE
Data Warehouse
OLAP & Data Warehouse
Difference between data warehouse and data mining
krithi-talk-impact.ppt
krithi-talk-impact.ppt

More from QUONTRASOLUTIONS (20)

PPTX
Big data introduction by quontra solutions
PPTX
Java constructors
PPTX
Cognos Online Training with placement Assistance - QuontraSolutions
PDF
Business analyst overview by quontra solutions
PDF
Business analyst overview by quontra solutions
PPTX
Cognos Overview
PPTX
Hibernate online training
PPTX
Java j2eeTutorial
PPTX
Software Quality Assurance training by QuontraSolutions
PPT
Introduction to software quality assurance by QuontraSolutions
PPT
.Net introduction by Quontra Solutions
PPT
Introduction to j2 ee patterns online training class
PPTX
Saas overview by quontra solutions
PPTX
Sharepoint taxonomy introduction us
PPTX
Introduction to the sharepoint 2013 userprofile service By Quontra
PPTX
Introduction to SharePoint 2013 REST API
PPTX
Performance Testing and OBIEE by QuontraSolutions
PPTX
Obiee introduction building reports by QuontraSolutions
PPTX
Sharepoint designer workflow by quontra us
PPT
Qa by quontra us
Big data introduction by quontra solutions
Java constructors
Cognos Online Training with placement Assistance - QuontraSolutions
Business analyst overview by quontra solutions
Business analyst overview by quontra solutions
Cognos Overview
Hibernate online training
Java j2eeTutorial
Software Quality Assurance training by QuontraSolutions
Introduction to software quality assurance by QuontraSolutions
.Net introduction by Quontra Solutions
Introduction to j2 ee patterns online training class
Saas overview by quontra solutions
Sharepoint taxonomy introduction us
Introduction to the sharepoint 2013 userprofile service By Quontra
Introduction to SharePoint 2013 REST API
Performance Testing and OBIEE by QuontraSolutions
Obiee introduction building reports by QuontraSolutions
Sharepoint designer workflow by quontra us
Qa by quontra us

Recently uploaded (20)

PDF
Business Ethics Teaching Materials for college
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Classroom Observation Tools for Teachers
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Basic Mud Logging Guide for educational purpose
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
RMMM.pdf make it easy to upload and study
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Business Ethics Teaching Materials for college
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Microbial disease of the cardiovascular and lymphatic systems
Classroom Observation Tools for Teachers
Supply Chain Operations Speaking Notes -ICLT Program
FourierSeries-QuestionsWithAnswers(Part-A).pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPH.pptx obstetrics and gynecology in nursing
2.FourierTransform-ShortQuestionswithAnswers.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Abdominal Access Techniques with Prof. Dr. R K Mishra
Basic Mud Logging Guide for educational purpose
TR - Agricultural Crops Production NC III.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
RMMM.pdf make it easy to upload and study
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
O7-L3 Supply Chain Operations - ICLT Program
Pharmacology of Heart Failure /Pharmacotherapy of CHF

Msbi by quontra us

  • 1. Presented By Quontra SSoolluuttiioonnss Email : info@quontrasolutions.com Contact : 404-900-9988 Website : www.quontrasolutions.com
  • 4. DataBase (DB) – A place where the collection of records will be maintained in a structured format so that It can be easily retrieved when ever required is known as a database. One of the most popularly used database model is the relational model. It was developed by Edgar Codd in 1969. Example : How do you think the Organizations store their employee and customer information? they store it in a database. where do you think the website maintains the login information about their users? they store it in a database.
  • 5. ERP– ERP, which is an abbreviation for Enterprise Resource Planning, is principally an integration of business management practices and modern technology. ERP is a business tool that management uses to operate the business day-in and day-out. OLTP– OLTP, which is an abbreviation for Online Transaction processing, handle real time transactions which inherently have some special requirements. If your running a Bank, for instance, you need to ensure that as people withdrawing money from ATM’S they are properly and efficiently updating the database also those transactions are properly effecting to their Accounts.
  • 6. 6 Data, Data everywhere yet ... • I can’t find the data I need – data is scattered over the network • I can’t get the data I need • need an expert to get the data • I can’t understand the data I found • available • I can’t use d tahtae pdoaotraly Id ofocuumnednted • results are unexpected • data needs to be transformed from one form to other
  • 7. 7 What are the users saying... • Data should be integrated across the enterprise • Summary data has a real value to the organization • Historical data holds the key to understanding data over time • What-if capabilities are required
  • 8. In What way I can Answer the above question with 8 my OLTP system... Is Data Warehousing is the Solution ?? YES Can I Improve my business using Data warehousing ?? YES.. How ??
  • 9. 9 Data warehouse helps any Business in Many Which are our lowest/highest margin customers ? Which are our lowest/highest margin customers ? Who are my customers and what products are they buying? Who are my customers and what products are they buying? Which customers are most likely to go to the competition ? Which customers are most likely to go to the competition ? What impact will new products/services have on revenue and margins? What impact will new products/services have on revenue and margins? What is the most effective distribution channel? What is the most effective distribution channel? What product prom- -otions have the biggest impact on revenue? What product prom- -otions have the biggest impact on revenue? Ways Let’s say A producer wants to know….
  • 10. DWH – (Data Warehousing) It usually contains historical data derived from transaction data, but it can include data from other sources. It separates analysis workload from transaction workload and enables an organization to consolidate data from several sources. Raugh kimball – In simplest terms Data Warehouse can be defined as collection of Data marts. -Data marts : Subjective collection of Data. Bill Inmon – A data warehouse is a “subject-oriented, integrated, time variant and nonvolatile” collection of data in support of management’s decision-making process.”
  • 11. OLAP – (Online Analytical Processing) The ability to analyze metrics in different dimensions such as time, geography, gender, product, etc. For example, sales for the company is up. What region is most responsible for this increase? Which store in this region is most responsible for the increase? What particular product category or categories contributed the most to the increase? Answering these types of questions in order means that you are performing an OLAP analysis. OLAP servers provides better performance for accessing multidimensional data. The most important mechanism in OLAP which allows it to achieve such performance is the use of aggregations. Aggregations are built from the fact table by changing the granularity on specific dimensions and aggregating up data along these dimensions. OLAP systems gives analytical capabilities that are not in SQL or are more difficult to obtain.
  • 12. 1. OLTP (on-line transaction processing) 2. Day-to-day operations: purchasing, inventory, banking, manufacturing, payroll, registration, accounting, etc. 1. OLAP (on-line analytical processing) 2. Data analysis and decision making 3. The tables are in the Normalized form. 3. The tables are in the De-Normalized form. 5. For Designing OLTP we used data modeling. 5. For Designing OLAP we used Dimension modeling. OLAP is classified into two i.e., MOLAP & ROLAP 4. We Called the Storage objects as Tables. i.e., All the masters and the Transactions are stored in the tables. 4. We Called the Storage objects as Dimension and Facts. i.e., All the masters Are dimension and the Transactions are Facts.
  • 13. Product Prod_Id Prod_Nam e Base_Rate Cat_Id Category Cat_Id Cat_Name Cat_Desc Group_Id Group Group_Id Group_Name Group_Desc Product_Dim Prod_Id Prod_Name Base_Rate Cat_Name Cat_Desc Group_Name Group_Desc Topics Later We will Cover 1. Types of Dimensions 3. Hierarchies 2. Slowly changing Dimensions Normalized Tables De-Normalized Tables
  • 14. SalesOrderDetails SalesOrder_Fact Cust_Id Cust_Id SalesPerson Prod_Id Prod_Id Order_Date Order_Date Delivery_Date Booked_Date Unit_Price Delivery_Date Qty Unit_Price Total_Amount Qty Tax Tax Created_By Qty*Unit_Price+Tax=Total Amount Reference keys of Dimensions Numeric fields called as Fact or measure Usually calculate all the calculations before storing into OLAP
  • 15. Prod_Di m Prod_Id ……… Cust_Di m Cust_Id ……… Org_Dim Org_Id SalesOrder_F ……… act Cust_Id Prod_Id Order_Date Delivery_Date Org_Id Unit_Price Qty Total_Amount Tax Time_Di m Date Year Month ……… STAR Schema
  • 16. Product_Di m Prod_Id Prod_Name Base_Rate Cat_Name Cat_Desc Group_Na me Group_Des c SalesOrder_Fact Cust_Id Prod_Id Order_Date Delivery_Date Unit_Price Qty Total_Amount Tax
  • 17. 1. Dimensions will have only relation with the Fact. (Normalized model) 1. Dimension will have a relation other than Fact. (De- Normalized model) 2. One to many or One to One relation will Occur. 2. Used for many to many relation. 3. Performance is fast but required huge storage space. 3. Performance is Low but required Less storage space.
  • 18. 18 A single, complete and consistent store of data obtained from a variety of different sources made available to end users in a what they can understand and use in a business context. [Barry Devlin]
  • 19. 19 Data Warehousing -- It is a process • Technique for assembling and managing data from various sources for the purpose of answering business questions. Thus making decisions that were not previous possible • A decision support database maintained separately from the organization’s operational database
  • 20. 20 Also Data Mining works with Warehouse Data Data Warehousing provides the Enterprise with a memory Data Mining provides the Enterprise with intelligence
  • 23. BBaassee PPrroodduucctt Oracle 10g IBM DB2 $ 25K $ 40K $ 25K
  • 24. MMaannaaggeeaabbiilliittyy BBaassee PPrroodduucctt ((iinncclluuddeedd)) Tuning $3K Diagnostics $3K Partitioning $10K Performance Expert $10K $ 25K $$ 4506KK $$ 2355KK
  • 25. MMaannaaggeeaabbiilliittyy BBaassee PPrroodduucctt ((iinncclluuddeedd)) $ 25K $$ 15166KK $ $1 5345.K5 K BBuussiinneessss IInntteelllliiggeennccee OLAP $20k Mining $20k BI Bundle $20k DB2 OLAP $35K DB2 Warehouse $75K Cube Views $9.5K
  • 26. HHiigghh AAvvaaiillaabbiilliittyy MMaannaaggeeaabbiilliittyy BBaassee PPrroodduucctt ((iinncclluuddeedd)) $ 25K $$ 121362KK $$ 115644..55KK BBuussiinneessss IInntteelllliiggeennccee Data Guard $116K Recovery Expert $10k
  • 27. MMuullttii--ccoorree MMaannaaggeeaabbiilliittyy BBaassee PPrroodduucctt ((iinncclluuddeedd)) HHiigghh AAvvaaiillaabbiilliittyy BBuussiinneessss IInntteelllliiggeennccee $116K - $164.5K $232K $348k - $464k $ 25K $ 232K $$ 1 36249.5KK
  • 28. Data Storage Data-Migration Middleware (Populations-Tools) Operational Data Sources Repository Data Analysis Reporting, OLAP, Data Mining
  • 29. Additional Benefit What happened? Number of Users Why did it happen? What will happen? What happened why and how?
  • 30. Stage DB Optional O L A P ROLAP OLTP MOLAP SSIS CUBE Integration Services Analysis Services Reporting Services SSAS SSRS SSIS Data Marts
  • 31. OLTP – Online Transaction Processing OLAP – Online Analytical Processing MOLAP – Multidimensional OLAP ROLAP – Relational OLAP HOLAP – Hybrid OALP Dimensions – De-normalized master tables Attributes – Columns of Dimensions Hierarchies – sequential order of attributes Facts (Measure group) – Transactions tables in DWH Fact (Measures) Cubes – Multidimensional storage of Data KPI’s – Key performance indicator Dashboards – combination of reports,kpis,charts Data Marts – Subjective Collection of Data SCD’s – Slowly changing Dimensions Perspectives – Child Cube