Database Vs. Data Warehouse

Slides:



Advertisements
Similar presentations
Chapter 13 The Data Warehouse
Advertisements

By: Mr Hashem Alaidaros MIS 211 Lecture 4 Title: Data Base Management System.
ICS 421 Spring 2010 Data Warehousing (1) Asst. Prof. Lipyeow Lim Information & Computer Science Department University of Hawaii at Manoa 3/18/20101Lipyeow.
Chapter 3 Database Management
Database Management: Getting Data Together Chapter 14.
Introduction to Database Management
A Comparsion of Databases and Data Warehouses Name: Liliana Livorová Subject: Distributed Data Processing.
XP Information Information is everywhere in an organization Employees must be able to obtain and analyze the many different levels, formats, and granularities.
©Silberschatz, Korth and Sudarshan18.1Database System Concepts - 5 th Edition, Aug 26, 2005 Buzzword List OLTP – OnLine Transaction Processing (normalized,
CSI315CSI315 Web Development Technologies Continued.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Systems analysis and design, 6th edition Dennis, wixom, and roth
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 3 Databases and Data Warehouses: Supporting the Analytics-Driven.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
OnLine Analytical Processing (OLAP)
Business Intelligence Zamaneh Jahed. What is Business Intelligence? Business Intelligence (BI) is a broad category of applications and technologies for.
Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses.
Chapter 3 and Module C DATABASES AND DATA WAREHOUSES Building Business Intelligence.
Lecturer: Gareth Jones. How does a relational database organise data? What are the principles of a database management system? What are the principal.
Data warehousing and online analytical processing- Ref Chap 4) By Asst Prof. Muhammad Amir Alam.
1 Data Warehouses BUAD/American University Data Warehouses.
CHAPTER 3 DATABASES AND DATA WAREHOUSES. 2 OPENING CASE STUDY Chrysler Spins a Competitive Advantage with Supply Chain Management Software Chapter 2 –
Building Data and Document-Driven Decision Support Systems How do managers access and use large databases of historical and external facts?
Decision Support and Date Warehouse Jingyi Lu. Outline Decision Support System OLAP vs. OLTP What is Date Warehouse? Dimensional Modeling Extract, Transform,
Ch3 Data Warehouse Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2009.
DATABASES AND DATA WAREHOUSES
Chapter 3 Databases and Data Warehouses: Building Business Intelligence Copyright © 2010 by the McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin.
Building Dashboards SharePoint and Business Intelligence.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Database Management Systems, 2 nd Edition. R. Ramakrishnan and J. Gehrke1 Data Warehousing and Decision Support.
The Need for Data Analysis 2 Managers track daily transactions to evaluate how the business is performing Strategies should be developed to meet organizational.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Database Management Systems 3ed, R. Ramakrishnan and J. Gehrke1 Data Warehousing and Decision Support Chapter 25.
Or How I Learned to Love the Cube…. Alexander P. Nykolaiszyn BLOG:
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Data Mining and Data Warehousing: Concepts and Techniques What is a Data Warehouse? Data Warehouse vs. other systems, OLTP vs. OLAP Conceptual Modeling.
BTM 382 Database Management Chapter 13: Business intelligence and data warehousing Chapter 14-4: Data analytics Chitu Okoli Associate Professor in Business.
Pertemuan <<13>> Data Warehousing dan Decision Support
Systems Analysis and Design
Data warehouse and OLAP
TRANSACTION PROCESSING
Physical Database Design and Performance
Chapter 13 The Data Warehouse
Datamining : Refers to extracting or mining knowledge from large amounts of data Applications : Market Analysis Fraud Detection Customer Retention Production.
Data Warehouse.
Applying Data Warehouse Techniques
What is a Database and Why Use One?
Basic Concepts in Data Management
MANAGING DATA RESOURCES
Chapter 1 Database Systems
Chapter 9 Database and Information Management.
Unidad II Data Warehousing Interview Questions
Applying Data Warehouse Techniques
An Introduction to Data Warehousing
Databases and Data Warehouses
Applying Data Warehouse Techniques
Data Warehouse.
Chapter 1 Database Systems
Chapter 17 Designing Databases
Data Warehousing Concepts
Applying Data Warehouse Techniques
Chapter 3 Database Management
Analytics, BI & Data Integration
Applying Data Warehouse Techniques
David Gilmore & Richard Blevins Senior Consultants April 17th, 2012
Data Warehouse and OLAP Technology
Presentation transcript:

Database Vs. Data Warehouse Similarities and differences Databases and data warehouses are used to generate different types of information. Information generated by both are used for different purposes. These may range from simple informational queries to analytical reports used for improving performance of businesses. Both database and data warehouse have differences and similarities between them which are discussed. www.examplanning.com

What is Database? As per definition, database is an organized of data or information which are manipulated and retrieved. Transactional Database A database system which supports or has ability to rollback the incomplete transaction or operation is called transactional database. Presently, a large number of database systems have capability of transactional database operations. Operational Database Operational database allow us to manipulate data in real time. All the data is stored, edited or deleted in real time. Operations database works as source for data warehouse. These are key to data warehouses and difference operations for business analysis. The operational database can be SQL or NoSQL.   www.examplanning.com

What is Data Warehouse? It is a collection of structured data which is collected from one or more sources in data warehouses for the purpose analysis and reporting. A data warehouse plays an important role in taking business decisions as these are taken on the basis data consolidation, analysis and different kinds of reporting. In data warehouse, a large amount of heterogeneous  data is collected and transformed according to decision making system for generating analytical reports. For example a company can contain different types of data regarding employees personal information, their salaries, tasks assigned to them, data about products, sales and purchases. The top management may require data regarding increase in decrease of sales and performance of employees. To get this information, all the data in data warehouse will be evaluated through decision making system. This is the main purpose of a data warehouse. The data ware house is not only used in present decision making but also contributes towards  future decision making.   www.examplanning.com

Comparison of Database and Data Warehouse www.examplanning.com Comparison of Database and Data Warehouse 01 DATABASE DATA WAREHOUSE Definition Database is an organized collection of data stored, manipulated and retrieved as per requirement. You need data warehouse for analysis and generating reports due to vast range and different types of data.

Comparison of Database and Data Warehouse www.examplanning.com Comparison of Database and Data Warehouse 02 DATABASE DATA WAREHOUSE Design Design of operational database is different from data warehouse design. It mainly observes data accuracy when updating real-time data. The design of data-warehouse ensures vast range of data which is used over-time for analysis purpose.

Comparison of Database and Data Warehouse www.examplanning.com Comparison of Database and Data Warehouse 03 DATABASE DATA WAREHOUSE Focus The focus of database is mainly on transactions with the help of queries. It has ability of data analysis which is collected from different sources and generate reports.

Comparison of Database and Data Warehouse www.examplanning.com Comparison of Database and Data Warehouse 04 DATABASE DATA WAREHOUSE Type of Information The databases provide information such online availability of seats. The information (analysis reports) obtained from data-warehouse are used for betterment and to check the performance of business.

Comparison of Database and Data Warehouse www.examplanning.com Comparison of Database and Data Warehouse 05 DATABASE DATA WAREHOUSE Types There are many types of databases. The examples are OLTP, CSV, text files, excel spreadsheets and XML files etc. It is an OLAP type of database which exist on the top layer of other database and perform analysis.

Comparison of Database and Data Warehouse www.examplanning.com Comparison of Database and Data Warehouse 06 DATABASE DATA WAREHOUSE Optimization It is optimized for read-write operations through single-point-transaction. Mostly the OLTP database queries respond in less than a second. The data-warehouses are optimized for retrieval of large data-sets to aggregate the data as it is designed for handling broad analytical queries.

Comparison of Database and Data Warehouse www.examplanning.com Comparison of Database and Data Warehouse DATABASE DATA WAREHOUSE Reporting It has more static type of reporting. These are usually one-time lists. For example, you may need data of a specific patient to check the history of disease or a student checks its admission status. These results can be in PDF formats. The data may be combined from several tables and actual queries may be complex which requires expertise in this field. When you measure the performance of a business, the static report is not sufficient for that purpose. To perform analysis, the data is aggregated and summarized into different types of reports. 07

Comparison of Database and Data Warehouse www.examplanning.com Comparison of Database and Data Warehouse 08 DATABASE DATA WAREHOUSE Data Duplication In an OLTP database, the data is normalized and there is no duplication of data in order to increase the optimized processing and better efficiency. In OLAP database, the data is organized in such a way to facilitate the analysis and reporting. Usually the data is denormalized and stored in fewer tables in simple structure.

09 Comparison of Database and Data Warehouse www.examplanning.com What is the difference between OLAP and OLTP. When is each used? OLTP is the abbreviation of on-line transaction processing. It is defined by several online transaction to obtain the information. The query processing of this system is very fast. Its effectiveness depends upon the transactions carried out per second. It has original data source. It is highly normalized system which makes it efficient.   It is used to run and control the basic tasks of a business. OLAP is the abbreviation of on-line analytical processing. In this system very few transactions are performed. It is uses large amount of current as well as historical data. The data comes from several sources. It is denormalized and reports are generated from vast range of data.  It is used for improving the performance of business and in making decisions and planning. 09

Similarities The similarity between data warehouse and database is that both the systems maintain data in form of table, indexes, columns, views and keys. Also data is retrieved in both by using SQL queries.  www.examplanning.com