SlideShare ist ein Scribd-Unternehmen logo
1 von 26
SUBMITTED TO:                                   SUBMITTED BY:
      MR. ASHOK WAHI                                  NIKISHA GUPTA
                                                     CHANDNI RASTOGI
                                                       SAKSHI JAIN



2/29/2012              STRUCTURE OF DATA WAREHOUSE & DATA MARTS        1
DATA WAREHOUSE
 A subject-oriented, integrated, time-variant, non-updatable collection
 of data used in support of management decision-making processes.

 Subject-oriented: Customers, patients, students, products.
 Integrated: Consistent naming conventions, formats, encoding
 structures; from multiple data sources.
 Time-variant: Can study trends and changes.
 Non-updatable: Read-only, periodically refreshed; never deleted.

 A data warehouse is a home for your high-value data, or data
 assets, that originates in other corporate applications, such as the one
 your company uses to fill customer orders for its products, or some
 data source external to your company, such as a public database that
 contains sales information gathered from all your competitors.

2/29/2012             STRUCTURE OF DATA WAREHOUSE & DATA MARTS       2
CLASSIFICATION OF DATA
                 WAREHOUSE
Each of these classifications of data warehouses implements various aspects of an
overall data warehousing architecture are:
 Data warehouse lite: A relatively straightforward implementation of a modest
scope (often, for a small user group or team) in which you don’t go out on any
technological limbs; almost a low-tech implementation.
 Data warehouse deluxe: A standard data warehouse implementation that uses
advanced technologies to solve complex business information and analytical
needs across a broader user population.
 Data warehouse supreme: A data warehouse that has large-scale data
distribution and advanced technologies that can integrate various “run the
business” systems, improving the overall quality of the data assets across
business information analytical needs and transactional needs.




2/29/2012                STRUCTURE OF DATA WAREHOUSE & DATA MARTS              3
2/29/2012   STRUCTURE OF DATA WAREHOUSE & DATA MARTS   4
This architecture assures that your data warehouse meets your user’s information
requirements and focuses on the following business organization and technical-
architecture presentation components:
   Subject area and data content: A subject area is a high-level grouping of data
content that relates to a major area of business interests, such as customers, products,
sales orders, and contracts.
   Data source: Data sources are very similar to raw materials that support the
creation of finished goods in manufacturing.
   Business intelligence tools: The user’s requirements for information access
dictate the type of business intelligence tool deployed for your data warehouse.
Some users require only simple querying or reporting on the data content within a
subject area; others might require sophisticated analytics. These data access
requirements assist in classifying your data warehouse.
   Database: The database refers to the technology of choice leveraged to manage
the data content within a set of target data structures.
   Data integration: Data integration is a broad classification for the extraction,
movement, transformation, and loading of data from the data’s source into the target
database.
  2/29/2012                  STRUCTURE OF DATA WAREHOUSE & DATA MARTS                5
DATA WAREHOUSE LITE
A data warehouse lite is a no-frills, bare-bones, low-tech approach to providing
data that can help with some of your business decision-making. No-frills
means that you put together, wherever possible, proven capabilities and
tools already within your organization to build your system.




             Figure: A data warehouse lite has a narrow subject area focus.

 2/29/2012                  STRUCTURE OF DATA WAREHOUSE & DATA MARTS               6
Denormalizing data from a single application restructures that data to make it more
                         conducive to reporting needs.
2/29/2012                  STRUCTURE OF DATA WAREHOUSE & DATA MARTS              7
The low-tech approach to moving data into a data warehouse lite database
                                backup tapes.
2/29/2012                 STRUCTURE OF DATA WAREHOUSE & DATA MARTS             8
The architecture of a data warehouse lite is built around straight-line
                                     movement of data.
                            STRUCTURE OF DATA WAREHOUSE & DATA
2/29/2012                   MARTS                                                     9
DATA WAREHOUSE DELUXE




A data warehouse deluxe has a broader subject area focus than a data warehouse
                                    lite.
2/29/2012                  STRUCTURE OF DATA WAREHOUSE & DATA MARTS          10
A data warehouse deluxe often has a complicated architecture with many different
                           collection points for data.
                     STRUCTURE OF DATA WAREHOUSE & DATA
2/29/2012            MARTS                                                    11
DATA WAREHOUSE SUPREME




 Intelligent agents are an important part of the push technology architecture of a
                             data warehouse supreme.
                      STRUCTURE OF DATA WAREHOUSE & DATA
2/29/2012             MARTS                                                      12
Sample architecture from a data warehouse supreme (although it can look like
                             just about anything).
                     STRUCTURE OF DATA WAREHOUSE & DATA
2/29/2012            MARTS                                                      13
A data warehouse might consist of more than one database, under the control of
                   the overall warehousing environment.
2/29/2012                STRUCTURE OF DATA WAREHOUSE & DATA MARTS            14
DATA MART
  A data mart is simply a scaled-down data warehouse.The idea of a
  data mart is hardly revolutionary, despite what you might read on
  blogs and in the computer trade press, and what you might hear at
  conferences or seminars.
There are three main approaches to create a data mart:
✓ Sourced by a data warehouse (most or all of the data mart’s
  contents come from a data warehouse)
   Quickly developed and created from scratch
   Developed from scratch with an eye toward eventual integration




 2/29/2012             STRUCTURE OF DATA WAREHOUSE & DATA MARTS   15
Data marts sourced by a data warehouse
  Many data warehousing experts would argue (and I’m one of them, in this
  case) that a true data mart is a “retail outlet,” and a data warehouse
  provides its contents.
 The data sources, data warehouse, data mart, and user interact in this way:
 The data sources, acting as suppliers of raw materials, send data into the
  data warehouse.
 The data warehouse serves as a consolidation and distribution center,
  collecting the raw materials in much the same way that any data
  warehouse does.
 Instead of the user (the consumer) going straight to the data warehouse,
  though, the data warehouse serves as a wholesaler with the premise of “we
  sell only to retailers, not directly to the public.” In this case, the retailers
  are the data marts.
 The data marts order data from the warehouse and, after stocking the
  newly acquired information, make it available to consumers (users).

  2/29/2012               STRUCTURE OF DATA WAREHOUSE & DATA MARTS             16
The retail-outlet approach to data marts: All the data comes
                               from a data warehouse.
2/29/2012                  STRUCTURE OF DATA WAREHOUSE & DATA MARTS        17
In a variation of the sourced-from-the-warehouse model, the data
  warehouse that serves as the source for the data mart doesn’t have
  all the information the data mart’s users need. You can solve this
  problem in one of two ways:
   Supplement the missing information directly into the data
  warehouse before sending the selected contents to the data mart.
   Don’t touch the data warehouse; instead, add the supplemental
information to the data mart in addition to what it receives from the
  data warehouse.




 2/29/2012            STRUCTURE OF DATA WAREHOUSE & DATA MARTS      18
Top-down, quick-strike data marts
 There are three reasons to go the data-mart route:
    Speed: A quick-strike data mart is typically completed in 90
   to 120 days, rather than the much longer time required for a
   full-scale data warehouse.
    Cost: Doing the job faster means that you spend less money;
   it’s that simple.
    Complexity and risk: When you work with less data and
   fewer sources over a shorter period, you’re likely to create a
   significantly less complex environment — and have fewer
   associated risks.



2/29/2012           STRUCTURE OF DATA WAREHOUSE & DATA MARTS        19
A top-down, quick-strike data mart is a subset of what can be built
        if you pursue full scale data warehousing instead.
2/29/2012             STRUCTURE OF DATA WAREHOUSE & DATA MARTS    20
Bottom-up, integration-oriented
                     data marts

   Theoretically, you can design data marts so that they’re
  eventually integrated in a bottom-up manner by building a data
  warehousing environment (in contrast to a single, monolithic
  data warehouse).
  Bottom-up integration of data marts isn’t for the
  fainthearted. You can do it, but it’s more difficult than creating
  a top-down, quick-strike data mart that will always remain
  stand-alone. You might be able to successfully use this
  approach . . . but you might not.



2/29/2012            STRUCTURE OF DATA WAREHOUSE & DATA MARTS          21
SUBSETS OF INFORMATION FOR
          DATA MART
 Geography-bounded data: A data mart might contain only the information
  relevant to a certain geographical area, such as a region or territory within your
  company.
 Organization-bounded data: When deciding what you want to put in your data
  mart, you can base decisions on what information a specific organization needs
  when it’s the sole (or, at least, primary) user of the data mart. This approach
  works well when the overwhelming majority of inquiries and reports are
  organization-oriented. For example, the commercial checking group has no need
  whatsoever to analyze consumer checking accounts and vice versa.
 Function-bounded data: Using an approach that crosses organizational
  boundaries, you can establish a data mart’s contents based on a specific function
  (or set of related functions) within the company. A multinational chemical
  company, for example, might create a data mart exclusively for the sales and
  marketing functions across all organizations and across all product lines.

 2/29/2012               STRUCTURE OF DATA WAREHOUSE & DATA MARTS                22
 Market-bounded data: A company might occasionally be so
     focused on a specific market and the associated competitors that it
     makes sense to create a data mart oriented with that particular focus.
     This type of environment might include competitive sales, all
     available public information about the market and competitors
     (particularly if you can find this information on the Internet), and
     industry analysts’ reports, for example.




2/29/2012                 STRUCTURE OF DATA WAREHOUSE & DATA MARTS            23
Data mart or data warehouse?
 If you start a project from the outset with either of the following
    premises, you already have two strikes against you:
     “We’re building a real data warehouse, not a puny little data mart.”
     “We’re building a data mart, not a data warehouse.”
 Until you understand the following three issues, you have no
    foundation on which to classify your impending project as either a
    data mart or a data warehouse:
     The volumes and characteristics of data you need
     The business problems you’re trying to solve and the questions
    you’re trying to answer
     The business value you expect to gain when your system is
    successfully built

2/29/2012             STRUCTURE OF DATA WAREHOUSE & DATA MARTS              24
IMPLEMENTING A DATA MART
 There are the three keys to speedy implementation:
   Follow an iterative, phased methodology.
   Hold to a fixed time for each phase.
   Avoid scope creep at all costs.




2/29/2012           STRUCTURE OF DATA WAREHOUSE & DATA MARTS   25
2/29/2012   STRUCTURE OF DATA WAREHOUSE & DATA MARTS   26

Weitere ähnliche Inhalte

Was ist angesagt?

Protection of big data privacy
Protection of big data privacyProtection of big data privacy
Protection of big data privacyredpel dot com
 
Information Security
Information SecurityInformation Security
Information Securityhaneefvf1
 
Data warehouse project on retail store
Data warehouse project on retail storeData warehouse project on retail store
Data warehouse project on retail storeSiddharth Chaudhary
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse conceptsobieefans
 
7 Essential Practices for Data Governance in Healthcare
7 Essential Practices for Data Governance in Healthcare7 Essential Practices for Data Governance in Healthcare
7 Essential Practices for Data Governance in HealthcareHealth Catalyst
 
The Data Warehouse Lifecycle
The Data Warehouse LifecycleThe Data Warehouse Lifecycle
The Data Warehouse Lifecyclebartlowe
 
Data warehouse inmon versus kimball 2
Data warehouse inmon versus kimball 2Data warehouse inmon versus kimball 2
Data warehouse inmon versus kimball 2Mike Frampton
 
Creating a Modern Data Architecture
Creating a Modern Data ArchitectureCreating a Modern Data Architecture
Creating a Modern Data ArchitectureZaloni
 
Data Loss Prevention from Symantec
Data Loss Prevention from SymantecData Loss Prevention from Symantec
Data Loss Prevention from SymantecArrow ECS UK
 
A brief history of data warehousing
A brief history of data warehousingA brief history of data warehousing
A brief history of data warehousingRob Winters
 
Date warehousing concepts
Date warehousing conceptsDate warehousing concepts
Date warehousing conceptspcherukumalla
 
Data warehousing - Dr. Radhika Kotecha
Data warehousing - Dr. Radhika KotechaData warehousing - Dr. Radhika Kotecha
Data warehousing - Dr. Radhika KotechaRadhika Kotecha
 
introduction to database
 introduction to database introduction to database
introduction to databaseAkif shexi
 
RWDG Slides: What is a Data Steward to do?
RWDG Slides: What is a Data Steward to do?RWDG Slides: What is a Data Steward to do?
RWDG Slides: What is a Data Steward to do?DATAVERSITY
 
Information classification
Information classificationInformation classification
Information classificationJyothsna Sridhar
 
Data warehouse
Data warehouseData warehouse
Data warehouseMR Z
 

Was ist angesagt? (20)

Protection of big data privacy
Protection of big data privacyProtection of big data privacy
Protection of big data privacy
 
Information Security
Information SecurityInformation Security
Information Security
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Data warehouse project on retail store
Data warehouse project on retail storeData warehouse project on retail store
Data warehouse project on retail store
 
Data Warehousing ppt
Data Warehousing pptData Warehousing ppt
Data Warehousing ppt
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse concepts
 
7 Essential Practices for Data Governance in Healthcare
7 Essential Practices for Data Governance in Healthcare7 Essential Practices for Data Governance in Healthcare
7 Essential Practices for Data Governance in Healthcare
 
The Data Warehouse Lifecycle
The Data Warehouse LifecycleThe Data Warehouse Lifecycle
The Data Warehouse Lifecycle
 
Data warehouse inmon versus kimball 2
Data warehouse inmon versus kimball 2Data warehouse inmon versus kimball 2
Data warehouse inmon versus kimball 2
 
Creating a Modern Data Architecture
Creating a Modern Data ArchitectureCreating a Modern Data Architecture
Creating a Modern Data Architecture
 
Data Loss Prevention from Symantec
Data Loss Prevention from SymantecData Loss Prevention from Symantec
Data Loss Prevention from Symantec
 
A brief history of data warehousing
A brief history of data warehousingA brief history of data warehousing
A brief history of data warehousing
 
Information management
Information management Information management
Information management
 
Date warehousing concepts
Date warehousing conceptsDate warehousing concepts
Date warehousing concepts
 
Data warehousing - Dr. Radhika Kotecha
Data warehousing - Dr. Radhika KotechaData warehousing - Dr. Radhika Kotecha
Data warehousing - Dr. Radhika Kotecha
 
introduction to database
 introduction to database introduction to database
introduction to database
 
RWDG Slides: What is a Data Steward to do?
RWDG Slides: What is a Data Steward to do?RWDG Slides: What is a Data Steward to do?
RWDG Slides: What is a Data Steward to do?
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Information classification
Information classificationInformation classification
Information classification
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 

Andere mochten auch

Data Provisioning & Optimization
Data Provisioning & OptimizationData Provisioning & Optimization
Data Provisioning & OptimizationAmbareesh Kulkarni
 
Data Warehouse Back to Basics: Dimensional Modeling
Data Warehouse Back to Basics: Dimensional ModelingData Warehouse Back to Basics: Dimensional Modeling
Data Warehouse Back to Basics: Dimensional ModelingDunn Solutions Group
 
SQL - Parallel Data Warehouse (PDW)
SQL - Parallel Data Warehouse (PDW)SQL - Parallel Data Warehouse (PDW)
SQL - Parallel Data Warehouse (PDW) Karan Gulati
 
Agile Data Engineering - Intro to Data Vault Modeling (2016)
Agile Data Engineering - Intro to Data Vault Modeling (2016)Agile Data Engineering - Intro to Data Vault Modeling (2016)
Agile Data Engineering - Intro to Data Vault Modeling (2016)Kent Graziano
 
Data Warehousing Datamining Concepts
Data Warehousing Datamining ConceptsData Warehousing Datamining Concepts
Data Warehousing Datamining Conceptsraulmisir
 
Dimensional Modeling
Dimensional ModelingDimensional Modeling
Dimensional Modelingaksrauf
 
Architecting a Data Warehouse: A Case Study
Architecting a Data Warehouse: A Case StudyArchitecting a Data Warehouse: A Case Study
Architecting a Data Warehouse: A Case StudyMark Ginnebaugh
 
Difference between ER-Modeling and Dimensional Modeling
Difference between ER-Modeling and Dimensional ModelingDifference between ER-Modeling and Dimensional Modeling
Difference between ER-Modeling and Dimensional ModelingAbdul Aslam
 
Cassandra By Example: Data Modelling with CQL3
Cassandra By Example: Data Modelling with CQL3Cassandra By Example: Data Modelling with CQL3
Cassandra By Example: Data Modelling with CQL3Eric Evans
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSINGKing Julian
 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecturepcherukumalla
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modelingvivekjv
 
Building an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureBuilding an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureJames Serra
 

Andere mochten auch (15)

Data Provisioning & Optimization
Data Provisioning & OptimizationData Provisioning & Optimization
Data Provisioning & Optimization
 
Data Warehouse Back to Basics: Dimensional Modeling
Data Warehouse Back to Basics: Dimensional ModelingData Warehouse Back to Basics: Dimensional Modeling
Data Warehouse Back to Basics: Dimensional Modeling
 
SQL - Parallel Data Warehouse (PDW)
SQL - Parallel Data Warehouse (PDW)SQL - Parallel Data Warehouse (PDW)
SQL - Parallel Data Warehouse (PDW)
 
Agile Data Engineering - Intro to Data Vault Modeling (2016)
Agile Data Engineering - Intro to Data Vault Modeling (2016)Agile Data Engineering - Intro to Data Vault Modeling (2016)
Agile Data Engineering - Intro to Data Vault Modeling (2016)
 
Data Warehousing Datamining Concepts
Data Warehousing Datamining ConceptsData Warehousing Datamining Concepts
Data Warehousing Datamining Concepts
 
Dimensional Modeling
Dimensional ModelingDimensional Modeling
Dimensional Modeling
 
Architecting a Data Warehouse: A Case Study
Architecting a Data Warehouse: A Case StudyArchitecting a Data Warehouse: A Case Study
Architecting a Data Warehouse: A Case Study
 
Difference between ER-Modeling and Dimensional Modeling
Difference between ER-Modeling and Dimensional ModelingDifference between ER-Modeling and Dimensional Modeling
Difference between ER-Modeling and Dimensional Modeling
 
Cassandra By Example: Data Modelling with CQL3
Cassandra By Example: Data Modelling with CQL3Cassandra By Example: Data Modelling with CQL3
Cassandra By Example: Data Modelling with CQL3
 
Data Warehouse 101
Data Warehouse 101Data Warehouse 101
Data Warehouse 101
 
DATA WAREHOUSING
DATA WAREHOUSINGDATA WAREHOUSING
DATA WAREHOUSING
 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecture
 
DATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MININGDATA WAREHOUSING AND DATA MINING
DATA WAREHOUSING AND DATA MINING
 
Data Warehouse Modeling
Data Warehouse ModelingData Warehouse Modeling
Data Warehouse Modeling
 
Building an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureBuilding an Effective Data Warehouse Architecture
Building an Effective Data Warehouse Architecture
 

Ähnlich wie A19 amis

Data mining and data warehousing
Data mining and data warehousingData mining and data warehousing
Data mining and data warehousingumesh patil
 
Introduction to data warehousing
Introduction to data warehousingIntroduction to data warehousing
Introduction to data warehousinguncleRhyme
 
Introduction to data warehousing
Introduction to data warehousingIntroduction to data warehousing
Introduction to data warehousinguncleRhyme
 
7 data warehouse & marts
7 data warehouse & marts7 data warehouse & marts
7 data warehouse & martsNymphea Saraf
 
Data Warehousing
Data WarehousingData Warehousing
Data Warehousingamooool2000
 
Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Denodo
 
Data warehouse
Data warehouseData warehouse
Data warehouseRajThakuri
 
Top 5 Considerations for a Big Data Solution
Top 5 Considerations for a Big Data SolutionTop 5 Considerations for a Big Data Solution
Top 5 Considerations for a Big Data SolutionDataStax
 
Chapter 13The Data WarehouseBLCN-534 Fundamentals o.docx
Chapter 13The Data WarehouseBLCN-534 Fundamentals o.docxChapter 13The Data WarehouseBLCN-534 Fundamentals o.docx
Chapter 13The Data WarehouseBLCN-534 Fundamentals o.docxketurahhazelhurst
 
Dw hk-white paper
Dw hk-white paperDw hk-white paper
Dw hk-white paperjuly12jana
 
TDWI checklist 2018 - Data Warehouse Infrastructure
TDWI checklist 2018 - Data Warehouse InfrastructureTDWI checklist 2018 - Data Warehouse Infrastructure
TDWI checklist 2018 - Data Warehouse InfrastructureJeannette Browning
 
Gartner magic quadrant for data warehouse database management systems
Gartner magic quadrant for data warehouse database management systemsGartner magic quadrant for data warehouse database management systems
Gartner magic quadrant for data warehouse database management systemsparamitap
 
Traditional BI vs. Business Data Lake – A Comparison
Traditional BI vs. Business Data Lake – A ComparisonTraditional BI vs. Business Data Lake – A Comparison
Traditional BI vs. Business Data Lake – A ComparisonCapgemini
 

Ähnlich wie A19 amis (20)

Data lakes
Data lakesData lakes
Data lakes
 
Data warehousing
Data warehousingData warehousing
Data warehousing
 
Data mining and data warehousing
Data mining and data warehousingData mining and data warehousing
Data mining and data warehousing
 
Introduction to data warehousing
Introduction to data warehousingIntroduction to data warehousing
Introduction to data warehousing
 
Introduction to data warehousing
Introduction to data warehousingIntroduction to data warehousing
Introduction to data warehousing
 
7 data warehouse & marts
7 data warehouse & marts7 data warehouse & marts
7 data warehouse & marts
 
Data Warehousing
Data WarehousingData Warehousing
Data Warehousing
 
Presentation
PresentationPresentation
Presentation
 
Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)Building a Logical Data Fabric using Data Virtualization (ASEAN)
Building a Logical Data Fabric using Data Virtualization (ASEAN)
 
Lesson 2.docx
Lesson 2.docxLesson 2.docx
Lesson 2.docx
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Data warehouse
Data warehouseData warehouse
Data warehouse
 
Top 5 Considerations for a Big Data Solution
Top 5 Considerations for a Big Data SolutionTop 5 Considerations for a Big Data Solution
Top 5 Considerations for a Big Data Solution
 
Chapter 13The Data WarehouseBLCN-534 Fundamentals o.docx
Chapter 13The Data WarehouseBLCN-534 Fundamentals o.docxChapter 13The Data WarehouseBLCN-534 Fundamentals o.docx
Chapter 13The Data WarehouseBLCN-534 Fundamentals o.docx
 
Dw hk-white paper
Dw hk-white paperDw hk-white paper
Dw hk-white paper
 
TDWI checklist 2018 - Data Warehouse Infrastructure
TDWI checklist 2018 - Data Warehouse InfrastructureTDWI checklist 2018 - Data Warehouse Infrastructure
TDWI checklist 2018 - Data Warehouse Infrastructure
 
Gartner magic quadrant for data warehouse database management systems
Gartner magic quadrant for data warehouse database management systemsGartner magic quadrant for data warehouse database management systems
Gartner magic quadrant for data warehouse database management systems
 
Traditional BI vs. Business Data Lake – A Comparison
Traditional BI vs. Business Data Lake – A ComparisonTraditional BI vs. Business Data Lake – A Comparison
Traditional BI vs. Business Data Lake – A Comparison
 
1 ieee98
1 ieee981 ieee98
1 ieee98
 

Kürzlich hochgeladen

Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024CollectiveMining1
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girladitipandeya
 
VVIP Pune Call Girls Handewadi WhatSapp Number 8005736733 With Elite Staff An...
VVIP Pune Call Girls Handewadi WhatSapp Number 8005736733 With Elite Staff An...VVIP Pune Call Girls Handewadi WhatSapp Number 8005736733 With Elite Staff An...
VVIP Pune Call Girls Handewadi WhatSapp Number 8005736733 With Elite Staff An...SUHANI PANDEY
 
VVIP Pune Call Girls Sopan Baug WhatSapp Number 8005736733 With Elite Staff A...
VVIP Pune Call Girls Sopan Baug WhatSapp Number 8005736733 With Elite Staff A...VVIP Pune Call Girls Sopan Baug WhatSapp Number 8005736733 With Elite Staff A...
VVIP Pune Call Girls Sopan Baug WhatSapp Number 8005736733 With Elite Staff A...SUHANI PANDEY
 
Vijayawada ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready F...
Vijayawada ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready F...Vijayawada ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready F...
Vijayawada ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready F...tanu pandey
 
Nicola Mining Inc. Corporate Presentation May 2024
Nicola Mining Inc. Corporate Presentation May 2024Nicola Mining Inc. Corporate Presentation May 2024
Nicola Mining Inc. Corporate Presentation May 2024nicola_mining
 
Diligence Checklist for Early Stage Startups
Diligence Checklist for Early Stage StartupsDiligence Checklist for Early Stage Startups
Diligence Checklist for Early Stage StartupsTILDEN
 
Top Rated Call Girls In Podanur 📱 {7001035870} VIP Escorts Podanur
Top Rated Call Girls In Podanur 📱 {7001035870} VIP Escorts PodanurTop Rated Call Girls In Podanur 📱 {7001035870} VIP Escorts Podanur
Top Rated Call Girls In Podanur 📱 {7001035870} VIP Escorts Podanurdharasingh5698
 
CALL ON ➥8923113531 🔝Call Girls Fazullaganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Fazullaganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Fazullaganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Fazullaganj Lucknow best sexual serviceanilsa9823
 
Collective Mining | Corporate Presentation - May 2024
Collective Mining | Corporate Presentation - May 2024Collective Mining | Corporate Presentation - May 2024
Collective Mining | Corporate Presentation - May 2024CollectiveMining1
 
Best investment platform in india-Falcon Invoice Discounting
Best investment platform in india-Falcon Invoice DiscountingBest investment platform in india-Falcon Invoice Discounting
Best investment platform in india-Falcon Invoice DiscountingFalcon Invoice Discounting
 
Enjoy Night⚡Call Girls Udyog Vihar Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Udyog Vihar Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Udyog Vihar Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Udyog Vihar Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 

Kürzlich hochgeladen (20)

Vip Call Girls South Ex ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls South Ex ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls South Ex ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls South Ex ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
@9999965857 🫦 Sexy Desi Call Girls Vaishali 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Vaishali 💓 High Profile Escorts Delhi 🫶@9999965857 🫦 Sexy Desi Call Girls Vaishali 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Vaishali 💓 High Profile Escorts Delhi 🫶
 
Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024Collective Mining | Corporate Presentation - April 2024
Collective Mining | Corporate Presentation - April 2024
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls Abids high-profile Call Girl
 
Vip Call Girls Vasant Kunj ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Vasant Kunj ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Vasant Kunj ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Vasant Kunj ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
VVIP Pune Call Girls Handewadi WhatSapp Number 8005736733 With Elite Staff An...
VVIP Pune Call Girls Handewadi WhatSapp Number 8005736733 With Elite Staff An...VVIP Pune Call Girls Handewadi WhatSapp Number 8005736733 With Elite Staff An...
VVIP Pune Call Girls Handewadi WhatSapp Number 8005736733 With Elite Staff An...
 
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 17 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
VVIP Pune Call Girls Sopan Baug WhatSapp Number 8005736733 With Elite Staff A...
VVIP Pune Call Girls Sopan Baug WhatSapp Number 8005736733 With Elite Staff A...VVIP Pune Call Girls Sopan Baug WhatSapp Number 8005736733 With Elite Staff A...
VVIP Pune Call Girls Sopan Baug WhatSapp Number 8005736733 With Elite Staff A...
 
(‿ˠ‿) Independent Call Girls Laxmi Nagar 👉 9999965857 👈 Delhi : 9999 Cash Pa...
(‿ˠ‿) Independent Call Girls Laxmi Nagar 👉 9999965857 👈 Delhi  : 9999 Cash Pa...(‿ˠ‿) Independent Call Girls Laxmi Nagar 👉 9999965857 👈 Delhi  : 9999 Cash Pa...
(‿ˠ‿) Independent Call Girls Laxmi Nagar 👉 9999965857 👈 Delhi : 9999 Cash Pa...
 
Vijayawada ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready F...
Vijayawada ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready F...Vijayawada ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready F...
Vijayawada ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready F...
 
Nicola Mining Inc. Corporate Presentation May 2024
Nicola Mining Inc. Corporate Presentation May 2024Nicola Mining Inc. Corporate Presentation May 2024
Nicola Mining Inc. Corporate Presentation May 2024
 
@9999965857 🫦 Sexy Desi Call Girls Janakpuri 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Janakpuri 💓 High Profile Escorts Delhi 🫶@9999965857 🫦 Sexy Desi Call Girls Janakpuri 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Janakpuri 💓 High Profile Escorts Delhi 🫶
 
young call girls in Mahavir Nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Mahavir Nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Mahavir Nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Mahavir Nagar 🔝 9953056974 🔝 Delhi escort Service
 
Diligence Checklist for Early Stage Startups
Diligence Checklist for Early Stage StartupsDiligence Checklist for Early Stage Startups
Diligence Checklist for Early Stage Startups
 
Top Rated Call Girls In Podanur 📱 {7001035870} VIP Escorts Podanur
Top Rated Call Girls In Podanur 📱 {7001035870} VIP Escorts PodanurTop Rated Call Girls In Podanur 📱 {7001035870} VIP Escorts Podanur
Top Rated Call Girls In Podanur 📱 {7001035870} VIP Escorts Podanur
 
CALL ON ➥8923113531 🔝Call Girls Fazullaganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Fazullaganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Fazullaganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Fazullaganj Lucknow best sexual service
 
Collective Mining | Corporate Presentation - May 2024
Collective Mining | Corporate Presentation - May 2024Collective Mining | Corporate Presentation - May 2024
Collective Mining | Corporate Presentation - May 2024
 
Best investment platform in india-Falcon Invoice Discounting
Best investment platform in india-Falcon Invoice DiscountingBest investment platform in india-Falcon Invoice Discounting
Best investment platform in india-Falcon Invoice Discounting
 
Enjoy Night⚡Call Girls Udyog Vihar Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Udyog Vihar Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Udyog Vihar Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Udyog Vihar Gurgaon >༒8448380779 Escort Service
 
(👉゚9999965857 ゚)👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...
(👉゚9999965857 ゚)👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...(👉゚9999965857 ゚)👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...
(👉゚9999965857 ゚)👉 VIP Call Girls Friends Colony 👉 Delhi 👈 : 9999 Cash Payment...
 

A19 amis

  • 1. SUBMITTED TO: SUBMITTED BY: MR. ASHOK WAHI NIKISHA GUPTA CHANDNI RASTOGI SAKSHI JAIN 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 1
  • 2. DATA WAREHOUSE A subject-oriented, integrated, time-variant, non-updatable collection of data used in support of management decision-making processes. Subject-oriented: Customers, patients, students, products. Integrated: Consistent naming conventions, formats, encoding structures; from multiple data sources. Time-variant: Can study trends and changes. Non-updatable: Read-only, periodically refreshed; never deleted. A data warehouse is a home for your high-value data, or data assets, that originates in other corporate applications, such as the one your company uses to fill customer orders for its products, or some data source external to your company, such as a public database that contains sales information gathered from all your competitors. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 2
  • 3. CLASSIFICATION OF DATA WAREHOUSE Each of these classifications of data warehouses implements various aspects of an overall data warehousing architecture are: Data warehouse lite: A relatively straightforward implementation of a modest scope (often, for a small user group or team) in which you don’t go out on any technological limbs; almost a low-tech implementation. Data warehouse deluxe: A standard data warehouse implementation that uses advanced technologies to solve complex business information and analytical needs across a broader user population. Data warehouse supreme: A data warehouse that has large-scale data distribution and advanced technologies that can integrate various “run the business” systems, improving the overall quality of the data assets across business information analytical needs and transactional needs. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 3
  • 4. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 4
  • 5. This architecture assures that your data warehouse meets your user’s information requirements and focuses on the following business organization and technical- architecture presentation components: Subject area and data content: A subject area is a high-level grouping of data content that relates to a major area of business interests, such as customers, products, sales orders, and contracts. Data source: Data sources are very similar to raw materials that support the creation of finished goods in manufacturing. Business intelligence tools: The user’s requirements for information access dictate the type of business intelligence tool deployed for your data warehouse. Some users require only simple querying or reporting on the data content within a subject area; others might require sophisticated analytics. These data access requirements assist in classifying your data warehouse. Database: The database refers to the technology of choice leveraged to manage the data content within a set of target data structures. Data integration: Data integration is a broad classification for the extraction, movement, transformation, and loading of data from the data’s source into the target database. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 5
  • 6. DATA WAREHOUSE LITE A data warehouse lite is a no-frills, bare-bones, low-tech approach to providing data that can help with some of your business decision-making. No-frills means that you put together, wherever possible, proven capabilities and tools already within your organization to build your system. Figure: A data warehouse lite has a narrow subject area focus. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 6
  • 7. Denormalizing data from a single application restructures that data to make it more conducive to reporting needs. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 7
  • 8. The low-tech approach to moving data into a data warehouse lite database backup tapes. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 8
  • 9. The architecture of a data warehouse lite is built around straight-line movement of data. STRUCTURE OF DATA WAREHOUSE & DATA 2/29/2012 MARTS 9
  • 10. DATA WAREHOUSE DELUXE A data warehouse deluxe has a broader subject area focus than a data warehouse lite. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 10
  • 11. A data warehouse deluxe often has a complicated architecture with many different collection points for data. STRUCTURE OF DATA WAREHOUSE & DATA 2/29/2012 MARTS 11
  • 12. DATA WAREHOUSE SUPREME Intelligent agents are an important part of the push technology architecture of a data warehouse supreme. STRUCTURE OF DATA WAREHOUSE & DATA 2/29/2012 MARTS 12
  • 13. Sample architecture from a data warehouse supreme (although it can look like just about anything). STRUCTURE OF DATA WAREHOUSE & DATA 2/29/2012 MARTS 13
  • 14. A data warehouse might consist of more than one database, under the control of the overall warehousing environment. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 14
  • 15. DATA MART A data mart is simply a scaled-down data warehouse.The idea of a data mart is hardly revolutionary, despite what you might read on blogs and in the computer trade press, and what you might hear at conferences or seminars. There are three main approaches to create a data mart: ✓ Sourced by a data warehouse (most or all of the data mart’s contents come from a data warehouse) Quickly developed and created from scratch Developed from scratch with an eye toward eventual integration 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 15
  • 16. Data marts sourced by a data warehouse Many data warehousing experts would argue (and I’m one of them, in this case) that a true data mart is a “retail outlet,” and a data warehouse provides its contents. The data sources, data warehouse, data mart, and user interact in this way:  The data sources, acting as suppliers of raw materials, send data into the data warehouse.  The data warehouse serves as a consolidation and distribution center, collecting the raw materials in much the same way that any data warehouse does.  Instead of the user (the consumer) going straight to the data warehouse, though, the data warehouse serves as a wholesaler with the premise of “we sell only to retailers, not directly to the public.” In this case, the retailers are the data marts.  The data marts order data from the warehouse and, after stocking the newly acquired information, make it available to consumers (users). 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 16
  • 17. The retail-outlet approach to data marts: All the data comes from a data warehouse. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 17
  • 18. In a variation of the sourced-from-the-warehouse model, the data warehouse that serves as the source for the data mart doesn’t have all the information the data mart’s users need. You can solve this problem in one of two ways: Supplement the missing information directly into the data warehouse before sending the selected contents to the data mart. Don’t touch the data warehouse; instead, add the supplemental information to the data mart in addition to what it receives from the data warehouse. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 18
  • 19. Top-down, quick-strike data marts There are three reasons to go the data-mart route: Speed: A quick-strike data mart is typically completed in 90 to 120 days, rather than the much longer time required for a full-scale data warehouse. Cost: Doing the job faster means that you spend less money; it’s that simple. Complexity and risk: When you work with less data and fewer sources over a shorter period, you’re likely to create a significantly less complex environment — and have fewer associated risks. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 19
  • 20. A top-down, quick-strike data mart is a subset of what can be built if you pursue full scale data warehousing instead. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 20
  • 21. Bottom-up, integration-oriented data marts  Theoretically, you can design data marts so that they’re eventually integrated in a bottom-up manner by building a data warehousing environment (in contrast to a single, monolithic data warehouse).  Bottom-up integration of data marts isn’t for the fainthearted. You can do it, but it’s more difficult than creating a top-down, quick-strike data mart that will always remain stand-alone. You might be able to successfully use this approach . . . but you might not. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 21
  • 22. SUBSETS OF INFORMATION FOR DATA MART  Geography-bounded data: A data mart might contain only the information relevant to a certain geographical area, such as a region or territory within your company.  Organization-bounded data: When deciding what you want to put in your data mart, you can base decisions on what information a specific organization needs when it’s the sole (or, at least, primary) user of the data mart. This approach works well when the overwhelming majority of inquiries and reports are organization-oriented. For example, the commercial checking group has no need whatsoever to analyze consumer checking accounts and vice versa.  Function-bounded data: Using an approach that crosses organizational boundaries, you can establish a data mart’s contents based on a specific function (or set of related functions) within the company. A multinational chemical company, for example, might create a data mart exclusively for the sales and marketing functions across all organizations and across all product lines. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 22
  • 23.  Market-bounded data: A company might occasionally be so focused on a specific market and the associated competitors that it makes sense to create a data mart oriented with that particular focus. This type of environment might include competitive sales, all available public information about the market and competitors (particularly if you can find this information on the Internet), and industry analysts’ reports, for example. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 23
  • 24. Data mart or data warehouse? If you start a project from the outset with either of the following premises, you already have two strikes against you: “We’re building a real data warehouse, not a puny little data mart.” “We’re building a data mart, not a data warehouse.” Until you understand the following three issues, you have no foundation on which to classify your impending project as either a data mart or a data warehouse: The volumes and characteristics of data you need The business problems you’re trying to solve and the questions you’re trying to answer The business value you expect to gain when your system is successfully built 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 24
  • 25. IMPLEMENTING A DATA MART There are the three keys to speedy implementation: Follow an iterative, phased methodology. Hold to a fixed time for each phase. Avoid scope creep at all costs. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 25
  • 26. 2/29/2012 STRUCTURE OF DATA WAREHOUSE & DATA MARTS 26