1 / 12

Data Warehousing

Virtual University of Pakistan. Data Warehousing. Lecture-4 Introduction and Background. Ahsan Abdullah Assoc. Prof. & Head Center for Agro-Informatics Research www.nu.edu.pk/cairindex.asp FAST National University of Computers & Emerging Sciences, Islamabad. Introduction and Background.

renata
Download Presentation

Data Warehousing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Virtual University of Pakistan Data Warehousing Lecture-4 Introduction and Background Ahsan Abdullah Assoc. Prof. & Head Center for Agro-Informatics Research www.nu.edu.pk/cairindex.asp FAST National University of Computers & Emerging Sciences, Islamabad DWH-Ahsan Abdullah

  2. Introduction and Background DWH-Ahsan Abdullah

  3. How is it Different? • Starts with a 6x12 availability requirement ... but 7x24 usually becomes the goal. • Decision makers typically don’t work 24 hrs a day and 7 days a week. An ATM system does. • Once decision makers start using the DWH, and start reaping the benefits, they start liking it… • Start using the DWH more often, till want it available 100% of the time. DWH-Ahsan Abdullah

  4. How is it Different? • Starts with a 6x12 availability requirement ... but 7x24 usually becomes the goal. • For business across the globe, 50% of the world may be sleeping at any one time, but the businesses are up 100% of the time. • 100% availability not a trivial task, need to take into account loading strategies, refresh rates etc. DWH-Ahsan Abdullah

  5. Requirements  Program  How is it Different? • Does not follows the traditional development model • Classical SDLC • Requirements gathering • Analysis • Design • Programming • Testing • Integration • Implementation DWH-Ahsan Abdullah

  6. DWH Program  Requirements How is it Different? • Does not follows the traditional development model • DWH SDLC (CLDS) • Implement warehouse • Integrate data • Test for biasness • Program w.r.t data • Design DSS system • Analyze results • Understand requirement DWH-Ahsan Abdullah

  7. Data Warehouse Vs. OLTP OLTP (On Line Transaction Processing) Select tx_date, balance from tx_table Where account_ID = 23876; DWH-Ahsan Abdullah

  8. Data Warehouse Vs. OLTP DWH Select balance, age, sal, gender from customer_table, tx_table Where age between (30 and 40) and Education = ‘graduate’ and CustID.customer_table = Customer_ID.tx_table; DWH-Ahsan Abdullah

  9. Data Warehouse Vs. OLTP DWH-Ahsan Abdullah

  10. Data Warehouse Vs. OLTP OLTP: OnLine Transaction Processing (MIS or Database System) DWH-Ahsan Abdullah

  11. Comparison of Response Times • On-line analytical processing (OLAP) queries must be executed in a small number of seconds. • Often requires denormalizationand/or sampling. • Complex query scripts and large list selections can generally be executed in a small number of minutes. • Sophisticated clustering algorithms (e.g., data mining) can generally be executed in a small number of hours (even for hundreds of thousands of customers). DWH-Ahsan Abdullah

  12. Putting the pieces together  www data OLAP Servers (Tier 2) Clients (Tier 3) Semistructured Sources Query/Reporting MOLAP     Extract Transform Load (ETL)        Analysis         Business Users ROLAP IT Users Data Mining  Operational Data Bases   Business Users Archived data Data (Tier 0) Data Warehouse Server (Tier 1) Meta Data Data Warehouse Data sources Data Marts Tools DWH-Ahsan Abdullah

More Related