An Introduction to Infrastructure Ch 11. Issues Performance drain on the operating environment Technical skills of the data warehouse implementers Operational.

Slides:



Advertisements
Similar presentations
IP Router Architectures. Outline Basic IP Router Functionalities IP Router Architectures.
Advertisements

Welcome to Middleware Joseph Amrithraj
Supervisor : Prof . Abbdolahzadeh
An overview of Data Warehousing and OLAP Technology Presented By Manish Desai.
2012 © Trivadis BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN TechTalk Beste Skalierbarkeit dank massiv.
High Performance Analytical Appliance MPP Database Server Platform for high performance Prebuilt appliance with HW & SW included and optimally configured.
Chapter 7 LAN Operating Systems LAN Software Software Compatibility Network Operating System (NOP) Architecture NOP Functions NOP Trends.
Web Server Hardware and Software
Distributed DBMSs A distributed database is a single logical database that is physically distributed to computers on a network. Homogeneous DDBMS has the.
Exploiting the DW data DW is a platform for creating a wide array of reports It solves data feed problems, but does not lead to specific decision support.
Components and Architecture CS 543 – Data Warehousing.
Asper School of Business University of Manitoba Systems Analysis & Design Instructor: Bob Travica System architectures Updated: November 2014.
1 ACCTG 6910 Building Enterprise & Business Intelligence Systems (e.bis) The Data Warehouse Lifecycle Olivia R. Liu Sheng, Ph.D. Emma Eccles Jones Presidential.
5 Creating the Physical Model. Designing the Physical Model Phase IV: Defining the physical model.
Data Warehouse Components
Designing a Data Warehouse
© 2001 by Prentice Hall8-1 Local Area Networks, 3rd Edition David A. Stamper Part 3: Software Chapter 8 Client/Server Architecture.
Data Warehousing: Defined and Its Applications Pete Johnson April 2002.
Architecture and Infrastructure Module 2 G.Anuradha.
© Hitachi Data Systems Corporation All rights reserved. 1 1 Det går pænt stærkt! Tony Franck Senior Solution Manager.
Designing a Data Warehouse Issues in DW design. Three Fundamental Processes Data Acquisition Data Storage Data a Access.
Shilpa Seth.  Centralized System Centralized System  Client Server System Client Server System  Parallel System Parallel System.
Database Systems – Data Warehousing
Introduction To Windows Azure Cloud
Ihr Logo Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Turban, Aronson, and Liang.
DW-1: Introduction to Data Warehousing. Overview What is Database What Is Data Warehousing Data Marts and Data Warehouses The Data Warehousing Process.
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie.
Introduction to Database Management. 1-2 Outline  Database characteristics  DBMS features  Architectures  Organizational roles.
Server Systems Administration. Types of Servers Small Servers –Usually are PCs –Need a PC Server Operating System (SOS) such as Microsoft Windows Server,
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 5-1 Chapter 5 Business Intelligence: Data.
Data Warehousing.
Intro – Part 2 Introduction to Database Management: Ch 1 & 2.
© 2008 Quest Software, Inc. ALL RIGHTS RESERVED. Perfmon and Profiler 101.
Introduction to Microsoft Windows 2000 Welcome to Chapter 1 Windows 2000 Server.
Ayyat IT Group Murad Faridi Roll NO#2492 Muhammad Waqas Roll NO#2803 Salman Raza Roll NO#2473 Junaid Pervaiz Roll NO#2468 Instructor :- “ Madam Sana Saeed”
Creating a Data Warehouse Data Acquisition: Extract, Transform, Load Extraction Process of identifying and retrieving a set of data from the operational.
By N.Gopinath AP/CSE.  The data warehouse architecture is based on a relational database management system server that functions as the central repository.
CSE 5331/7331 F'071 CSE 5331/7331 Fall 2007 Dimensional Modeling Margaret H. Dunham Department of Computer Science and Engineering Southern Methodist University.
1 Database Systems, 8 th Edition 1 Chapter 13 Business Intelligence and Data Warehouses Objectives In this chapter, you will learn: –How business intelligence.
Covered Topics of Teradata Teradata Architecture Objects of Teradata Recovery and Protection of Data Indexes of Tera data Storage & Retrieval of Data.
An Overview of Data Warehousing and OLAP Technology
IT 5433 LM1. Learning Objectives Understand key terms in database Explain file processing systems List parts of a database environment Explain types of.
Chapter 16 Client/Server Computing Dave Bremer Otago Polytechnic, N.Z. ©2008, Prentice Hall Operating Systems: Internals and Design Principles, 6/E William.
Overview of Data Warehousing (DW) and OLAP
Supervisor : Prof . Abbdolahzadeh
Defining Data Warehouse Concepts and Terminology
Data warehouse.
SQL Server 2000 and Access 2000 limits
Data warehouse and OLAP
Chapter 13 The Data Warehouse
Informix Red Brick Warehouse 5.1
The Client/Server Database Environment
IBM DATASTAGE online Training at GoLogica
Data Warehouse.
Defining Data Warehouse Concepts and Terminology
Upgrading to Microsoft SQL Server 2014
MANAGING DATA RESOURCES
Massively Parallel Processing in Azure Comparing Hadoop and SQL based MPP architectures in the cloud Josh Sivey SQL Saturday #597 | Phoenix.
Data Warehouse and OLAP
The Globus Toolkit™: Information Services
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie
KISS-Tree: Smart Latch-Free In-Memory Indexing on Modern Architectures
An Introduction to Data Warehousing
Introduction of Week 9 Return assignment 5-2
Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition.
Data Warehouse.
Technical Architecture
Moving your on-prem data warehouse to cloud. What are your options?
Turban, Aronson, and Liang Decision Support Systems and Intelligent Systems, Seventh Edition.
Data Warehouse and OLAP
Presentation transcript:

An Introduction to Infrastructure Ch 11

Issues Performance drain on the operating environment Technical skills of the data warehouse implementers Operational issues such as funding requirements Shop standards

Platforms Source system Staging area Application server Desktop tools

Back Room Factors: The Database Server Size: 100 GB to 250 TB < 100 GB is small 100 to 500 GB is medium over 500 GB is large Volatility: what is the nature and frequency of the update process Users: the number of users as well as their level of knowledge

Back Room Factors: The Database Server Number of business processes (marts.) In some cases there may be a separate platform for each one. There may be an additional central server for management roll ups Nature of use ad hoc queries from power users standardized queries data mining

Back Room Factors: The Database Server Technical support: the hardware, the operating system and the database engine may all require specialized support Software requirements may dictate platform. Financial resources

Operating Systems Mainframes transaction oriented complex administration not parallel Open system (UNIX) servers specialized environment NT servers relatively small capacities (limited numbers of processors and less efficient performance)

Hardware Single processor at a time system Symmetric Multiprocessing (SMP) Multiple processors Shared memory Common bus Massively Parallel Processing (MPP) Multiple processors Distributed memory Distributed bus

Performance Indexing Physical organization Caching and blocking Data distribution Memory Chip architecture

Operations Load window (operational scheduling) Backup Relationship with transaction organization User support Change management

Database Engine Need: Simple Data Access Cross-tab Reporting Fast Response

Database Engine Relational Well understood Include DW support for star joins and fast access Flexible Multidimensional (MOLAP) Extremely fast Pre-calculated combination facts Relatively simple Relatively small (< 10 GB)

Front Room Configuration of desk-top Client/Server Web Supplemental tools