2013.11.05 - SLIDE 1IS 257 – Fall 2013 Data Warehousing University of California, Berkeley School of Information IS 257: Database Management.

Slides:



Advertisements
Similar presentations
Chapter 11: Data Warehousing
Advertisements

MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
IS 4420 Database Fundamentals Chapter 11: Data Warehousing Leon Chen
Chapter 13 The Data Warehouse.
Data Integration Combining data from different sources, providing a unified view of the data Combining data from different sources, providing a unified.
Chapter 10: data Quality and Integration
Dr. Chen, Data Base Management Chapter 10: Data Quality and Integration Jason C. H. Chen, Ph.D. Professor of MIS School of Business Administration Gonzaga.
Data Management for Decision Support Session - 1 Prof. Bharat Bhasker.
Managing Data Resources
CSE6011 Data Warehouse and OLAP  Why data warehouse  What’s data warehouse  What’s multi-dimensional data model  What’s difference between OLAP and.
Chapter 11: Data Warehousing
Distributed DBMSs A distributed database is a single logical database that is physically distributed to computers on a network. Homogeneous DDBMS has the.
SLIDE 1IS 257 – Spring 2004 Data Warehousing University of California, Berkeley School of Information Management and Systems SIMS 257: Database.
SLIDE 1IS 257 – Fall 2011 Data Warehousing University of California, Berkeley School of Information IS 257: Database Management.
11/1/2001Database Management -- R. Larson Data Warehouses, Decision Support and Data Mining University of California, Berkeley School of Information Management.
Designing the Data Warehouse and Data Mart Methodologies and Techniques.
SLIDE 1IS Fall 2002 Data Warehousing University of California, Berkeley School of Information Management and Systems SIMS 257: Database.
© 2007 by Prentice Hall 1 Chapter 11: Data Warehousing Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
SLIDE 1IS Fall 2002 Data Warehouses, Decision Support and Data Mining University of California, Berkeley School of Information Management.
10/30/2001Database Management -- R. Larson Data Warehousing University of California, Berkeley School of Information Management and Systems SIMS 257: Database.
Introduction to Data Warehousing Enrico Franconi CS 636.
SLIDE 1IS 257 – Spring 2004 Data Warehouses, Decision Support and Data Mining University of California, Berkeley School of Information Management.
1 © Prentice Hall, 2002 Chapter 11: Data Warehousing.
11/2/2000Database Management -- R. Larson Data Warehouses, Decision Support and Data Mining University of California, Berkeley School of Information Management.
Chapter 4 Data Warehousing.
A Comparsion of Databases and Data Warehouses Name: Liliana Livorová Subject: Distributed Data Processing.
M ODULE 5 Metadata, Tools, and Data Warehousing Section 4 Data Warehouse Administration 1 ITEC 450.
Data Warehousing.
Joachim Hammer 1 Data Warehousing Overview, Terminology, and Research Issues Joachim Hammer.
1 Database Administration (CG168) – Lecture 10a: Introduction to Data Warehousing Data Warehousing “An Introduction” Dr. Akhtar Ali School of Computing,
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
Data Management for Decision Support Session-2 Prof. Bharat Bhasker.
© 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 10: Data Quality and Integration Modern Database Management 10 th Edition Jeffrey.
MBA 664 Database Management Systems Dave Salisbury ( )
Intro. to Data Warehouse
Data warehousing and online analytical processing- Ref Chap 4) By Asst Prof. Muhammad Amir Alam.
1 Data Warehouses BUAD/American University Data Warehouses.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
1 Data Warehousing. 2Definition Data Warehouse Data Warehouse: – A subject-oriented, integrated, time-variant, non- updatable collection of data used.
Data Warehousing.
SLIDE 1IS 257 – Fall 2014 Data Warehousing University of California, Berkeley School of Information IS 257: Database Management.
Data Management for Decision Support Session-3 Prof. Bharat Bhasker.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Sachin Goel (68) Manav Mudgal (69) Piyush Samsukha (76) Rachit Singhal (82) Richa Somvanshi (85) Sahar ( )
Chapter 11: Data Warehousing Modern Database Management 6 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
7 Strategies for Extracting, Transforming, and Loading.
Carnegie Mellon University © Robert T. Monroe Management Information Systems Data Warehousing Management Information Systems Robert.
© 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 CHAPTER 10: DATA QUALITY AND INTEGRATION Modern Database Management 11 th Edition Jeffrey.
 Definition of terms  Reasons for need of data warehousing  Describe three levels of data warehouse architectures  Describe two components of star.
Data Warehousing/Mining 1 Data Warehousing/Mining Introduction.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Lecture 14: Data Warehousing Modern Database Management 9 th Edition Jeffrey A. Hoffer, Mary.
Copyright © 2016 Pearson Education, Inc. Modern Database Management 12 th Edition Jeff Hoffer, Ramesh Venkataraman, Heikki Topi CHAPTER 9: DATA WAREHOUSING.
1 Data Warehousing Data Warehousing. 2 Objectives Definition of terms Definition of terms Reasons for information gap between information needs and availability.
Lecture 12: Data Quality and Integration
Data Mining and Data Warehousing: Concepts and Techniques What is a Data Warehouse? Data Warehouse vs. other systems, OLTP vs. OLAP Conceptual Modeling.
1 HCMC UT, 2008 Data Warehousing 1.Basic Concepts of data warehousing 2.Data warehouse architectures 3.Some characteristics of data warehouse data 4.The.
Plan for Populating a DW
Data Warehouse and OLAP
Data Warehousing University of California, Berkeley
Data warehouse and OLAP
Summarized from various resources Modern Database Management
Chapter 11: Data Warehousing
Data Warehouse.
Instructor: Dan Hebert
Introduction to Data Warehousing
Data Warehouse and OLAP
Introduction to Data Warehousing
Data Warehousing Concepts
Presentation transcript:

SLIDE 1IS 257 – Fall 2013 Data Warehousing University of California, Berkeley School of Information IS 257: Database Management

SLIDE 2IS 257 – Fall 2013 Lecture Outline Review –Java and JDBC Data Warehouses Introduction to Data Warehouses Data Warehousing –(Based on lecture notes from Modern Database Management Text (Hoffer, Ramesh, Topi); Joachim Hammer, University of Florida, and Joe Hellerstein and Mike Stonebraker of UCB)

SLIDE 3IS 257 – Fall 2013 Java and JDBC Java is probably the high-level language used in most software development today one of the earliest “enterprise” additions to Java was JDBC JDBC is an API that provides a mid-level access to DBMS from Java applications Intended to be an open cross-platform standard for database access in Java Similar in intent to Microsoft’s ODBC

SLIDE 4IS 257 – Fall 2013 JDBC Architecture The goal of JDBC is to be a generic SQL database access framework that works for any database system with no changes to the interface code OracleMySQLPostgres Java Applications JDBC API JDBC Driver Manager Driver

SLIDE 5IS 257 – Fall 2013 JDBC Provides a standard set of interfaces for any DBMS with a JDBC driver – using SQL to specify the databases operations. Resultset Statement Resultset Connection PreparedStatementCallableStatement DriverManager Oracle Driver ODBC DriverPostgres Driver Oracle DBPostgres DBODBC DB Application

SLIDE 6IS 257 – Fall 2013 JDBC Simple Java Implementation import java.sql.*; import oracle.jdbc.*; public class JDBCSample { public static void main(java.lang.String[] args) { try { // this is where the driver is loaded //Class.forName("jdbc.oracle.thin"); DriverManager.registerDriver(new OracleDriver()); } catch (SQLException e) { System.out.println("Unable to load driver Class"); return; }

SLIDE 7IS 257 – Fall 2013 JDBC Simple Java Impl. try { //All DB access is within the try/catch block... // make a connection to ORACLE on Dream Connection con = DriverManager.getConnection( “ mylogin", “ myoraclePW"); // Do an SQL statement... Statement stmt = con.createStatement(); ResultSet rs = stmt.executeQuery("SELECT NAME FROM DIVECUST");

SLIDE 8IS 257 – Fall 2013 JDBC Simple Java Impl. // show the Results... while(rs.next()) { System.out.println(rs.getString("NAME")); } // Release the database resources... rs.close(); stmt.close(); con.close(); } catch (SQLException se) { // inform user of errors... System.out.println("SQL Exception: " + se.getMessage()); se.printStackTrace(System.out); }

SLIDE 9IS 257 – Fall 2013 Lecture Outline Review –Application of Object Relational DBMS – the Berkeley Environmental Digital Library Data Warehouses Introduction to Data Warehouses Data Warehousing –(Based on lecture notes from Modern Database Management Text (Hoffer, Ramesh, Topi); Joachim Hammer, University of Florida, and Joe Hellerstein and Mike Stonebraker of UCB)

SLIDE 10IS 257 – Fall 2013 Overview Data Warehouses and Merging Information Resources What is a Data Warehouse? History of Data Warehousing Types of Data and Their Uses Data Warehouse Architectures Data Warehousing Problems and Issues

SLIDE 11IS 257 – Fall 2013 Problem: Heterogeneous Information Sources “Heterogeneities are everywhere” p Different interfaces p Different data representations p Duplicate and inconsistent information Personal Databases Digital Libraries Scientific Databases World Wide Web Slide credit: J. Hammer

SLIDE 12IS 257 – Fall 2013 Problem: Data Management in Large Enterprises Vertical fragmentation of informational systems (vertical stove pipes) Result of application (user)-driven development of operational systems Sales AdministrationFinanceManufacturing... Sales Planning Stock Mngmt... Suppliers... Debt Mngmt Num. Control... Inventory Slide credit: J. Hammer

SLIDE 13IS 257 – Fall 2013 Goal: Unified Access to Data Integration System Collects and combines information Provides integrated view, uniform user interface Supports sharing World Wide Web Digital LibrariesScientific Databases Personal Databases Slide credit: J. Hammer

SLIDE 14IS 257 – Fall 2013 The Traditional Research Approach Source... Integration System... Metadata Clients Wrapper Query-driven (lazy, on-demand) Slide credit: J. Hammer

SLIDE 15IS 257 – Fall 2013 Disadvantages of Query-Driven Approach Delay in query processing –Slow or unavailable information sources –Complex filtering and integration Inefficient and potentially expensive for frequent queries Competes with local processing at sources Hasn’t caught on in industry Slide credit: J. Hammer

SLIDE 16IS 257 – Fall 2013 The Warehousing ApproachDataWarehouse Clients Source... Extractor/ Monitor Integration System... Metadata Extractor/ Monitor Extractor/ Monitor Information integrated in advance Stored in WH for direct querying and analysis Slide credit: J. Hammer

SLIDE 17IS 257 – Fall 2013 Advantages of Warehousing Approach High query performance –But not necessarily most current information Doesn’t interfere with local processing at sources –Complex queries at warehouse –OLTP at information sources Information copied at warehouse –Can modify, annotate, summarize, restructure, etc. –Can store historical information –Security, no auditing Has caught on in industry Slide credit: J. Hammer

SLIDE 18IS 257 – Fall 2013 Not Either-Or Decision Query-driven approach still better for –Rapidly changing information –Rapidly changing information sources –Truly vast amounts of data from large numbers of sources –Clients with unpredictable needs Slide credit: J. Hammer

SLIDE 19IS 257 – Fall 2013 Data Warehouse Evolution TIME Information- Based Management Data Revolution “ Middle Ages ” “ Prehistoric Times ” Relational Databases PC ’ s and Spreadsheets End-user Interfaces 1st DW Article DW Confs. Vendor DW Frameworks Company DWs “ Building the DW ” Inmon (1992) Data Replication Tools Slide credit: J. Hammer

SLIDE 20IS 257 – Fall 2013 What is a Data Warehouse? “A Data Warehouse is a –subject-oriented, –integrated, –time-variant, –non-volatile collection of data used in support of management decision making processes.” -- Inmon & Hackathorn, 1994: viz. Hoffer, Chap 11

SLIDE 21IS 257 – Fall 2013 DW Definition… Subject-Oriented: –The data warehouse is organized around the key subjects (or high-level entities) of the enterprise. Major subjects include Customers Patients Students Products Etc.

SLIDE 22IS 257 – Fall 2013 DW Definition… Integrated –The data housed in the data warehouse are defined using consistent Naming conventions Formats Encoding Structures Related Characteristics

SLIDE 23IS 257 – Fall 2013 DW Definition… Time-variant –The data in the warehouse contain a time dimension so that they may be used as a historical record of the business

SLIDE 24IS 257 – Fall 2013 DW Definition… Non-volatile –Data in the data warehouse are loaded and refreshed from operational systems, but cannot be updated by end-users

SLIDE 25IS 257 – Fall 2013 What is a Data Warehouse? A Practitioners Viewpoint “A data warehouse is simply a single, complete, and consistent store of data obtained from a variety of sources and made available to end users in a way they can understand and use it in a business context.” -- Barry Devlin, IBM Consultant Slide credit: J. Hammer

SLIDE 26IS 257 – Fall 2013 A Data Warehouse is... Stored collection of diverse data –A solution to data integration problem –Single repository of information Subject-oriented –Organized by subject, not by application –Used for analysis, data mining, etc. Optimized differently from transaction- oriented db User interface aimed at executive decision makers and analysts

SLIDE 27IS 257 – Fall 2013 … Cont’d Large volume of data (Gb, Tb) Non-volatile –Historical –Time attributes are important Updates infrequent May be append-only Examples –All transactions ever at WalMart –Complete client histories at insurance firm –Stockbroker financial information and portfolios Slide credit: J. Hammer

SLIDE 28 Need for Data Warehousing Integrated, company-wide view of high-quality information (from disparate databases) Separation of operational and informational systems and data (for improved performance) IS 257 – Fall 2013

SLIDE 29IS 257 – Fall 2013 Warehouse is a Specialized DB Standard (Operational) DB Mostly updates Many small transactions Mb - Gb of data Current snapshot Index/hash on p.k. Raw data Thousands of users (e.g., clerical users) Warehouse (Informational) Mostly reads Queries are long and complex Gb - Tb of data History Lots of scans Summarized, reconciled data Hundreds of users (e.g., decision-makers, analysts) Slide credit: J. Hammer

SLIDE 30 Warehouse vs. Data Mart IS 257 – Fall 2013

SLIDE 31 Data Warehouse Architectures Generic Two-Level Architecture Independent Data Mart Dependent Data Mart and Operational Data Store Logical Data Mart Warehouse Three-Layer architecture IS 257 – Fall 2013 ETL All involve some form of extraction, transformation and loading (ETL)

SLIDE 32 E T L One, company- wide warehouse Periodic extraction  data is not completely current in warehouse Generic two-level data warehousing architecture IS 257 – Fall 2013

SLIDE 33 Data marts: Mini-warehouses, limited in scope E T L Separate ETL for each independent data mart Data access complexity due to multiple data marts Independent data mart data warehousing architecture IS 257 – Fall 2013

SLIDE 34 E T L Single ETL for enterprise data warehouse(EDW) Simpler data access ODS ODS provides option for obtaining current data Dependent data marts loaded from EDW Dependent data mart with operational data store: a three-level architecture IS 257 – Fall 2013

SLIDE 35 E T L Near real-time ETL for Data Warehouse ODS data warehouse ODS and data warehouse are one and the same Data marts are NOT separate databases, but logical views of the data warehouse  Easier to create new data marts Logical data mart and real time warehouse architecture IS 257 – Fall 2013

SLIDE 36 Three-layer data architecture for a data warehouse IS 257 – Fall 2013

SLIDE 37 Data Characteristics Status vs. Event Data IS 257 – Fall 2013 Status Event = a database action (create/update/delete ) that results from a transaction

SLIDE 38 With transient data, changes to existing records are written over previous records, thus destroying the previous data content Data Characteristics Transient vs. Periodic Data IS 257 – Fall 2013

SLIDE 39 Periodic data are never physically altered or deleted once they have been added to the store Data Characteristics Transient vs. Periodic Data IS 257 – Fall 2013

SLIDE 40 Other Data Warehouse Changes New descriptive attributes New business activity attributes New classes of descriptive attributes Descriptive attributes become more refined Descriptive data are related to one another New source of data IS 257 – Fall 2013

SLIDE 41 The Reconciled Data Layer Typical operational data is: –Transient–not historical –Not normalized (perhaps due to denormalization for performance) –Restricted in scope–not comprehensive –Sometimes poor quality–inconsistencies and errors After ETL, data should be: –Detailed–not summarized yet –Historical–periodic –Normalized–3rd normal form or higher –Comprehensive–enterprise-wide perspective –Timely–data should be current enough to assist decision-making –Quality controlled–accurate with full integrity IS 257 – Fall 2013

SLIDE 42IS 257 – Fall 2013 Types of Data Business Data - represents meaning –Real-time data (ultimate source of all business data) –Reconciled data –Derived data Metadata - describes meaning –Build-time metadata –Control metadata –Usage metadata Data as a product* - intrinsic meaning –Produced and stored for its own intrinsic value –e.g., the contents of a text-book Slide credit: J. Hammer

SLIDE 43IS 257 – Fall 2013 Data Warehousing: Two Distinct Issues (1) How to get information into warehouse –“Data warehousing” (2) What to do with data once it’s in warehouse –“Warehouse DBMS” Both rich research areas Industry has focused on (2) Slide credit: J. Hammer

SLIDE 44 The ETL Process Capture/Extract Scrub or data cleansing Transform Load and Index IS 257 – Fall 2013 ETL = Extract, transform, and load

SLIDE 45 Static extract Static extract = capturing a snapshot of the source data at a point in time Incremental extract Incremental extract = capturing changes that have occurred since the last static extract Capture/Extract…obtaining a snapshot of a chosen subset of the source data for loading into the data warehouse IS 257 – Fall 2013

SLIDE 46IS 257 – Fall 2013 Data Extraction Source types –Relational, flat file, WWW, etc. How to get data out? –Replication tool –Dump file –Create report –ODBC or third-party “wrappers” Slide credit: J. Hammer

SLIDE 47IS 257 – Fall 2013 Wrapper pConverts data and queries from one data model to another pExtends query capabilities for sources with limited capabilities Data Model B Data Model A Queries Data Queries Source Wrapper Slide credit: J. Hammer

SLIDE 48IS 257 – Fall 2013 Wrapper Generation Solution 1: Hard code for each source Solution 2: Automatic wrapper generation Wrapper Generator Definition Slide credit: J. Hammer

SLIDE 49IS 257 – Fall 2013 Monitors Goal: Detect changes of interest and propagate to integrator How? –Triggers –Replication server –Log sniffer –Compare query results –Compare snapshots/dumps Slide credit: J. Hammer

SLIDE 50 Scrub/Cleanse…uses pattern recognition and AI techniques to upgrade data quality Fixing errors: Fixing errors: misspellings, erroneous dates, incorrect field usage, mismatched addresses, missing data, duplicate data, inconsistencies Also: Also: decoding, reformatting, time stamping, conversion, key generation, merging, error detection/logging, locating missing data Figure 11-10: Steps in data reconciliation (cont.) IS 257 – Fall 2013

SLIDE 51 New approaches for Data Cleansing It is generally been found that percent of the time and effort in large data management and analysis tasks is taken up with data cleansing New tool “Data Wrangler” from Stanford and Berkeley CS folks IS 257 – Fall 2013

SLIDE 52IS 257 – Fall 2013 Data Cleansing Find (& remove) duplicate tuples –e.g., Jane Doe vs. Jane Q. Doe Detect inconsistent, wrong data –Attribute values that don’t match Patch missing, unreadable data Notify sources of errors found Slide credit: J. Hammer

SLIDE 53 Transform = convert data from format of operational system to format of data warehouse Record-level: Selection–data partitioning Joining–data combining Aggregation–data summarization Field-level: single-field–from one field to one field multi-field–from many fields to one, or one field to many Figure 11-10: Steps in data reconciliation (cont.) IS 257 – Fall 2013

SLIDE 54IS 257 – Fall 2013 Data Transformations Convert data to uniform format –Byte ordering, string termination –Internal layout Remove, add & reorder attributes –Add key –Add data to get history Sort tuples Slide credit: J. Hammer

SLIDE 55 Load/Index= place transformed data into the warehouse and create indexes Refresh mode: Refresh mode: bulk rewriting of target data at periodic intervals Update mode: Update mode: only changes in source data are written to data warehouse Figure 11-10: Steps in data reconciliation (cont.) IS 257 – Fall 2013

SLIDE 56IS 257 – Fall 2013 Data Integration Receive data (changes) from multiple wrappers/monitors and integrate into warehouse Rule-based Actions –Resolve inconsistencies –Eliminate duplicates –Integrate into warehouse (may not be empty) –Summarize data –Fetch more data from sources (wh updates) –etc. Slide credit: J. Hammer

SLIDE 57IS 257 – Fall 2013 Warehouse Maintenance Warehouse data  materialized view –Initial loading –View maintenance View maintenance Slide credit: J. Hammer

SLIDE 58IS 257 – Fall 2013 Differs from Conventional View Maintenance... Warehouses may be highly aggregated and summarized Warehouse views may be over history of base data Process large batch updates Schema may evolve Slide credit: J. Hammer

SLIDE 59IS 257 – Fall 2013 Differs from Conventional View Maintenance... Base data doesn’t participate in view maintenance –Simply reports changes –Loosely coupled –Absence of locking, global transactions –May not be queriable Slide credit: J. Hammer

SLIDE 60IS 257 – Fall 2013 SalesComp. Integrator Data Warehouse Sale(item,clerk)Emp(clerk,age) Sold (item,clerk,age) Sold = Sale Emp Slide credit: J. Hammer Warehouse Maintenance Anomalies Materialized view maintenance in loosely coupled, non-transactional environment Simple example

SLIDE 61IS 257 – Fall Insert into Emp(Mary,25), notify integrator 2. Insert into Sale (Computer,Mary), notify integrator 3. (1)  integrator adds Sale (Mary,25) 4. (2)  integrator adds (Computer,Mary) Emp 5. View incorrect (duplicate tuple) SalesComp. Integrator Data Warehouse Sale(item,clerk)Emp(clerk,age) Sold (item,clerk,age) Slide credit: J. Hammer Warehouse Maintenance Anomalies

SLIDE 62IS 257 – Fall 2013 Warehouse Specification (ideally) Extractor/ Monitor Extractor/ Monitor Extractor/ Monitor Integrator Warehouse... Metadata Warehouse Configuration Module View Definitions Integration rules Change Detection Requirements Slide credit: J. Hammer

SLIDE 63IS 257 – Fall 2013 Additional Research Issues Historical views of non-historical data Expiring outdated information Crash recovery Addition and removal of information sources –Schema evolution Slide credit: J. Hammer

SLIDE 64IS 257 – Fall 2013 Warehousing and Industry Data Warehousing is big business –$2 billion in 1995 –$3.5 billion in early 1997 –Predicted: $8 billion in 1998 [Metagroup] Wal-Mart said to have the largest warehouse –1000-CPU, 583 Terabyte, Teradata system (InformationWeek, Jan 9, 2006) –“Half a Petabyte” in warehouse (Ziff Davis Internet, October 13, 2004) –1 billion rows of data or more are updated every day (InformationWeek, Jan 9, 2006) –Reported to be 2.5 Petabytes in have-some-of-the-biggest-data-warehouses-youve-ever-seenhttp://gigaom.com/2013/03/27/why-apple-ebay-and-walmart- have-some-of-the-biggest-data-warehouses-youve-ever-seen

SLIDE 65IS 257 – Fall 2013 Other Large Data Warehouses (InformationWeek, Jan 9, 2006)

SLIDE 66 Those are small change today… Some databases are larger, however… –eBay: has two Teradata systems. Its primary data warehouse is 9.2 petabyes; its “singularity system” that stores web clicks and other “big” data is more than 40 petabytes. It includes a single table that’s 1 trillion rows. (2013) some-of-the-biggest-data-warehouses-youve-ever-seenhttp://gigaom.com/2013/03/27/why-apple-ebay-and-walmart-have- some-of-the-biggest-data-warehouses-youve-ever-seen –Apple: “Multiple Petabytes” in 2013 –Yahoo! for web user behavioral analysis, storing two petabytes and claimed to be the largest data warehouse using a heavily modified version of PostgreSQL (Wikipedia 2012) IS 257 – Fall 2013

SLIDE 67IS 257 – Fall 2013 More Information on DW Agosta, Lou, The Essential Guide to Data Warehousing. Prentise Hall PTR, Devlin, Barry, Data Warehouse, from Architecture to Implementation. Addison-Wesley, Inmon, W.H., Building the Data Warehouse. John Wiley, Widom, J., “Research Problems in Data Warehousing.” Proc. of the 4th Intl. CIKM Conf., Chaudhuri, S., Dayal, U., “An Overview of Data Warehousing and OLAP Technology.” ACM SIGMOD Record, March 1997.