Data Warehouse and Data Mining

Similar documents
Data Warehouse and Data Mining

Data Warehousing (1)

Data Mining & Data Warehouse

Data Mining. Associate Professor Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology

Information Management course

Data Mining Concepts & Techniques

Data Mining & Analytics Data Mining Reference Model Data Warehouse Legal and Ethical Issues. Slides by Michael Hahsler

Syllabus. Syllabus. Motivation Decision Support. Syllabus

Evolution of Database Systems

Managing Information Resources

On-Line Analytical Processing (OLAP) Traditional OLTP

Knowledge Discovery & Data Mining

Outline. Managing Information Resources. Concepts and Definitions. Introduction. Chapter 7

ISM 50 - Business Information Systems

Data Warehouse and Data Mining

Data Warehouse and Data Mining

Summary of Last Chapter. Course Content. Chapter 2 Objectives. Data Warehouse and OLAP Outline. Incentive for a Data Warehouse

Decision Support, Data Warehousing, and OLAP

CHAPTER 3 Implementation of Data warehouse in Data Mining

Data Warehouse and Data Mining

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

IT DATA WAREHOUSING AND DATA MINING UNIT-2 BUSINESS ANALYSIS

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1394

Question Bank. 4) It is the source of information later delivered to data marts.

What is a Data Warehouse?

TIM 50 - Business Information Systems

Introduction to the course

Data Warehouse and Data Mining

Databases and Data Warehouses

A Novel Approach of Data Warehouse OLTP and OLAP Technology for Supporting Management prospective

TIM 50 - Business Information Systems

Introduction to Data Warehousing

Information Management course

Data Warehousing and OLAP

Database Vs. Data Warehouse

Data Warehouse and Data Mining

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING

CS614 - Data Warehousing - Midterm Papers Solved MCQ(S) (1 TO 22 Lectures)

Partner Presentation Faster and Smarter Data Warehouses with Oracle OLAP 11g

DATA MINING TRANSACTION

Chapter 3. Databases and Data Warehouses: Building Business Intelligence

Oracle 1Z0-515 Exam Questions & Answers

INTRODUCTORY INFORMATION TECHNOLOGY ENTERPRISE DATABASES AND DATA WAREHOUSES. Faramarz Hendessi

CHAPTER 8: ONLINE ANALYTICAL PROCESSING(OLAP)

Introduction: Databases and. Database Users

Copyright 2007 Ramez Elmasri and Shamkant B. Navathe. Slide 1-1

VOLTDB + HP VERTICA. page

Data Warehousing & OLAP

Chapter 3: AIS Enhancements Through Information Technology and Networks

Oracle Exadata: Strategy and Roadmap

Jarek Szlichta Acknowledgments: Jiawei Han, Micheline Kamber and Jian Pei, Data Mining - Concepts and Techniques

Data Warehousing and OLAP Technologies for Decision-Making Process

Introduction: Databases and Database Users. Copyright 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1396

Data Mining. Data warehousing. Hamid Beigy. Sharif University of Technology. Fall 1394

DATA ANALYTICS: FINDING, DISSECTING AND CONNECTING THE DOTS MICHAEL P. KEIFFER CPA CIA CISA ACDA MICHAEL P. KEIFFER CPA, P.C.

NTP Software File Reporter

HANA Performance. Efficient Speed and Scale-out for Real-time BI

Data warehouse and Data Mining

This tutorial will help computer science graduates to understand the basic-to-advanced concepts related to data warehousing.

Chapter 1. Types of Databases and Database Applications. Basic Definitions. Introduction to Databases

Enterprise Data Warehousing

Test bank for accounting information systems 1st edition by richardson chang and smith

QLogic 16Gb Gen 5 Fibre Channel for Database and Business Analytics

Testing Masters Technologies

Rocky Mountain Technology Ventures

Data Warehousing & Mining. Data integration. OLTP versus OLAP. CPS 116 Introduction to Database Systems

Data warehouse and Data Mining

Data Warehouse and Data Mining

QLogic/Lenovo 16Gb Gen 5 Fibre Channel for Database and Business Analytics

Chapter 1 Introduction

(Extended) Entity Relationship

Introduction: Database Concepts Slides by: Ms. Shree Jaswal

Database Management System. Fundamental Database Concepts

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Fundamentals of Information Systems, Seventh Edition

Drilling Through The Stack. Burkhard Neidecker-Lutz Technical Director, SAP Research SAP AG

Data Warehouses Chapter 12. Class 10: Data Warehouses 1

Management Information Systems MANAGING THE DIGITAL FIRM, 12 TH EDITION FOUNDATIONS OF BUSINESS INTELLIGENCE: DATABASES AND INFORMATION MANAGEMENT

Database design View Access patterns Need for separate data warehouse:- A multidimensional data model:-

Was ist dran an einer spezialisierten Data Warehousing platform?

Decision Support Systems aka Analytical Systems

Performance Testing of SQL Server on Kaminario K2 Storage

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World

SAP HANA. Jake Klein/ SVP SAP HANA June, 2013

User Perspective. Module III: System Perspective. Module III: Topics Covered. Module III Overview of Storage Structures, QP, and TM

Data Mining. ❸Chapter 3 Data warehouse, ETL and OLAP. Asso.Prof.Dr. Xiao-dong Zhu. Business School, University of Shanghai for Science & Technology

Technologies solutions and Oracle instruments used in the accomplishment of executive informatics systems (EIS)

Microsoft Exam

Course Logistics & Chapter 1 Introduction

Chapter 1. Introduction of Database (from ElMasri&Navathe and my editing)

EXAM PRO:MS SQL 2008, Designing a Business Intelligence. Buy Full Product.

Introduction to Oracle

DATABASE MANAGEMENT SYSTEMS. UNIT I Introduction to Database Systems

Outline. Database Management Systems (DBMS) Database Management and Organization. IT420: Database Management and Organization

SQL Server Performance on AWS. October 2018

Data Virtualization at. Nationwide. Nationwide. DAMA October 13, 2011

Database Technology. Topic 8: Introduction to Transaction Processing

IT1105 Information Systems and Technology. BIT 1 ST YEAR SEMESTER 1 University of Colombo School of Computing. Student Manual

KORA. Business Intelligence An Introduction

Transcription:

Data Warehouse and Data Mining Lecture No. 07 Terminologies Naeem Ahmed Email: naeemmahoto@gmail.com Department of Software Engineering Mehran Univeristy of Engineering and Technology Jamshoro

Database Database is an organized collection of data Databases are created to operate large quantities of information by inputting, storing, retrieving, and managing that information. Collection of data central to some enterprise Essential to operation of enterprise Contains the only record of enterprise activity

Database Management System DBMS is a suite of computer software providing the interface between users and a database or databases. A Database Management System (DBMS) is a program that manages a database: Supports a high-level access language (e.g. SQL) Application describes database accesses using that language DBMS interprets statements of language to perform requested database access

Transaction A transaction is any kind of action involved in conducting business, or an interaction between people A transaction is executed to make change into database state of organization, whenever an event in real world changes the business state

Transaction Processing System Transaction processing (TP) is a style of computing that divides work into individual, indivisible operations, called transactions A Transaction Processing System (TPS) or Transaction Server is a software system, or software/hardware combination, that supports transaction processing A TPS consists of Transaction Processing Monitor (TPM), databases, and transactions

Transaction Processing System

TPS Requirements High Availability: on-line implies that it must be operational while enterprise is functioning High Reliability: correctly tracks state, does not lose data, controlled concurrency High Throughput: many users implies that many transactions per second Low Response Time: on-line implies that users are waiting

TPS Requirements Long Lifetime: complex systems are not easily replaced Must be designed so they can be easily extended as the needs of the enterprise change Security: sensitive information must be carefully protected since system is accessible to many users Authentication, authorization, encryption

Roles in TPS System Analyst - specifies system using input from customer; provides complete description of functionality from customer s and user s point of view Database Designer - specifies structure of data that will be stored in database Application Programmer - implements application programs (transactions) that access data and support enterprise rules

Roles in TPS Database Administrator - maintains database once system is operational: space allocation, performance optimization, database security System Administrator - maintains transaction processing system: monitors interconnection of Hardware and Software modules, deals with failures and congestion

Terminologies On-Line: A process controlled by a computer Analytical Processing needs Analytical Data Analytical Data: Data that involve analysis Analytical Data consist of Business Data Business Data: Time, Customers, Sales, Stores, Products, etc Client Analytical Processing Analytical Data Business Data

On-Line Transaction Processing OLTP a class of information systems that facilitate and manage transaction-oriented applications, typically for data entry and retrieval transaction processing. OLTP is day-to-day handling of transactions that result from enterprise operation It maintains correspondence between database state and enterprise state OLTP has also been used to refer to processing in which the system responds immediately to user requests. An automated teller machine (ATM) for a bank is an example of a commercial transaction processing application.

OLTP versus Data Warehouse OLTP Data Warehouse users clerk, IT professional knowledge worker function day to day operations decision support DB design application-oriented subject-oriented data current, up-to-date detailed, flat relational isolated usage repetitive ad-hoc access read/write lots of scans index/hash on prim. key unit of work short, simple transaction complex query # records accessed tens millions #users thousands hundreds DB size 100MB-GB 100GB-TB historical, summarized, multidimensional integrated, consolidated metric transaction throughput query throughput, response

Enterprise Resource Planning ERP is business management software (a suite of integrated applications) An organization can use to store and manage data from every stage of business, including: Product planning, cost and development Manufacturing Marketing and sales Inventory management Shipping and payment ERP provides an integrated real-time view of core business processes, using common databases maintained by a database management system (DBMS)

Enterprise Resource Planning