Inputs. Decisions. Leads to

Similar documents
Chapter Five Physical Database Design

Modern Systems Analysis and Design

Modern Systems Analysis and Design Sixth Edition

Handout 6 CS-605 Spring 18 Page 1 of 7. Handout 6. Physical Database Modeling

MINGGU Ke 8 Analisa dan Perancangan Sistem Informasi

Objectives Definition iti of terms List five properties of relations State two properties of candidate keys Define first, second, and third normal for

Objectives Definition iti of terms Importance of data modeling Write good names and definitions for entities, relationships, and attributes Distinguis

Chapter 5: Physical Database Design. Designing Physical Files

Figure 1-1a Data in context. Context helps users understand data

Definition of terms Objectives Interpret history and role of SQL Define a database using SQL data definition iti language Write single table queries u

File Structures and Indexing

Physical Database Design and Performance (Significant Concepts)

Institute of Southern Punjab, Multan

OBJECTIVES. How to derive a set of relations from a conceptual data model. How to validate these relations using the technique of normalization.

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

Databasesystemer, forår 2005 IT Universitetet i København. Forelæsning 8: Database effektivitet. 31. marts Forelæser: Rasmus Pagh

Chapter 1: The Database Environment

Essentials of Database Management

OBJECTIVES DEFINITIONS CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS. Figure 1-1a Data in context

Managing Data Resources

Classifying Physical Storage Media. Chapter 11: Storage and File Structure. Storage Hierarchy (Cont.) Storage Hierarchy. Magnetic Hard Disk Mechanism

Classifying Physical Storage Media. Chapter 11: Storage and File Structure. Storage Hierarchy. Storage Hierarchy (Cont.) Speed

Physical Database Design

Module 9: Managing Schema Objects

Chapter 13 Disk Storage, Basic File Structures, and Hashing.

Managing Data Resources

Definition of RAID Levels

! Define terms. ! Interpret history and role of SQL. ! Write single table queries using SQL. ! Establish referential integrity using SQL

7. Query Processing and Optimization

Oral Questions and Answers (DBMS LAB) Questions & Answers- DBMS

Kathleen Durant PhD Northeastern University CS Indexes

Rajiv GandhiCollegeof Engineering& Technology, Kirumampakkam.Page 1 of 10

8) A top-to-bottom relationship among the items in a database is established by a

Chapter 12: Query Processing

Chapter 1 Disk Storage, Basic File Structures, and Hashing.

SMD149 - Operating Systems - File systems

Chapter 11: File System Implementation. Objectives

File Management. Chapter 12

ENHANCING DATABASE PERFORMANCE

CS317 File and Database Systems

MODERN DATABASE MANAGEMENT

QUIZ: Is either set of attributes a superkey? A candidate key? Source:

DATABASE PERFORMANCE AND INDEXES. CS121: Relational Databases Fall 2017 Lecture 11

Indexing Methods. Lecture 9. Storage Requirements of Databases

Management Information Systems

Modern Systems Analysis and Design Seventh Edition

Introduction to Computer Applications. CISY 1225 Chapter 10. Zahoor Khan, PhD

CSIT5300: Advanced Database Systems

Data about data is database Select correct option: True False Partially True None of the Above

Database Technology. Topic 7: Data Structures for Databases. Olaf Hartig.

Operating Systems. Operating Systems Professor Sina Meraji U of T

CS317 File and Database Systems

Exam code: Exam name: Database Fundamentals. Version 16.0

Operating Systems. Lecture File system implementation. Master of Computer Science PUF - Hồ Chí Minh 2016/2017

by Prentice Hall

Chapter 11: Data Management Layer Design

Chapter 1 SQL and Data

Unit 10 Databases. Computer Concepts Unit Contents. 10 Operational and Analytical Databases. 10 Section A: Database Basics

PowerPoint Presentation to Accompany GO! All In One. Chapter 13

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including:

Indexing. Week 14, Spring Edited by M. Naci Akkøk, , Contains slides from 8-9. April 2002 by Hector Garcia-Molina, Vera Goebel

Physical Disk Structure. Physical Data Organization and Indexing. Pages and Blocks. Access Path. I/O Time to Access a Page. Disks.

COMP 430 Intro. to Database Systems. Indexing

Database Systems. November 2, 2011 Lecture #7. topobo (mit)

Physical DB design and tuning: outline

B.H.GARDI COLLEGE OF MASTER OF COMPUTER APPLICATION. Ch. 1 :- Introduction Database Management System - 1

Advanced Database Systems

Storing Data: Disks and Files

NEW YORK CITY COLLEGE OF TECHNOLOGY COMPUTER SYSTEMS TECHNOLOGY DEPARTMENT CST4714 DATABASE ADMINISTRATION (2 class hours, 2 lab hours, 3 credits)

L9: Storage Manager Physical Data Organization

TIM 50 - Business Information Systems

Indexing. Jan Chomicki University at Buffalo. Jan Chomicki () Indexing 1 / 25

Storage hierarchy. Textbook: chapters 11, 12, and 13

The term "physical drive" refers to a single hard disk module. Figure 1. Physical Drive

Announcements. Reading Material. Recap. Today 9/17/17. Storage (contd. from Lecture 6)

Information Systems Development COMM005 (CSM03) Autumn Semester 2009

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

COMP102: Introduction to Databases, 14

Chapter 11: Storage and File Structure. Silberschatz, Korth and Sudarshan Updated by Bird and Tanin

File Processing Approaches

Storing Data: Disks and Files. Storing and Retrieving Data. Why Not Store Everything in Main Memory? Database Management Systems need to:

Physical DB Issues, Indexes, Query Optimisation. Database Systems Lecture 13 Natasha Alechina

Database System Concepts

Storing Data: Disks and Files. Storing and Retrieving Data. Why Not Store Everything in Main Memory? Chapter 7

Database Applications (15-415)

Database Systems II. Record Organization

Data Storage and Query Answering. Data Storage and Disk Structure (4)

Storing and Retrieving Data. Storing Data: Disks and Files. Solution 1: Techniques for making disks faster. Disks. Why Not Store Everything in Tapes?

Storing and Retrieving Data. Storing Data: Disks and Files. Solution 1: Techniques for making disks faster. Disks. Why Not Store Everything in Tapes?

System Structure Revisited

Chapter 12: Indexing and Hashing. Basic Concepts

FAQ: Relational Databases in Accounting Systems

B.H.GARDI COLLEGE OF ENGINEERING & TECHNOLOGY (MCA Dept.) Parallel Database Database Management System - 2

Seminar: Presenter: Oracle Database Objects Internals. Oren Nakdimon.

CSE380 - Operating Systems

RAID in Practice, Overview of Indexing

Basant Group of Institution

Chapter 12: Indexing and Hashing

CPSC 421 Database Management Systems. Lecture 11: Storage and File Organization

Chapter 18: Parallel Databases

Transcription:

Chapter 6: Physical Database Design and Performance Modern Database Management 9 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Heikki Topi 2009 Pearson Education, Inc. Publishing as Prentice Hall 1

Objectives Definition iti of terms Describe the physical database design process Choose storage formats for attributes Select appropriate p file organizations Describe three types of file organization Describe indexes and their appropriate use Translate a database model into efficient structures Know when and how to use denormalization Chapter 6 2009 Pearson Education, Inc. Pearson Education, Inc. Publishing as Prentice Hall Publishing as Prentice Hall 2

Physical Database Design Purpose translate the logical description of data into the technical specifications for storing and retrieving data Goal create a design for storing data that will provide adequate performance and insure database integrity, security,, and recoverability Chapter 6 2009 Pearson Education, Inc. Pearson Education, Inc. Publishing as Prentice Hall Publishing as Prentice Hall 3

Physical Design Process Inputs Normalized relations Volume estimates Attribute definitions Response time expectations Data security needs Backup/recovery needs Integrity g yexpectations DBMS technology used Leads to Decisions Attribute data types Physical record descriptions (doesn t always match logical design) File organizations Indexes and database architectures Query optimization Chapter 6 2009 Pearson Education, Inc. Pearson Education, Inc. Publishing as Prentice Hall Publishing as Prentice Hall 4

Figure 6-1 Composite usage map (Pine Valley Furniture Company) Chapter 6 2009 Pearson Education, Inc. Pearson Education, Inc. Publishing as Prentice Hall Publishing as Prentice Hall 5

Figure 6-1 Composite usage map (Pine Valley Furniture Company) (cont.) Data volumes Chapter 6 2009 Pearson Education, Inc. Pearson Education, Inc. Publishing as Prentice Hall Publishing as Prentice Hall 6

Figure 6-1 Composite usage map (Pine Valley Furniture Company) (cont.) Access Frequencies (per hour) Chapter 6 2009 Pearson Education, Inc. Pearson Education, Inc. Publishing as Prentice Hall Publishing as Prentice Hall 7

Figure 6-1 Composite usage map (Pine Valley Furniture Company) (cont.) Usage analysis: 140 purchased parts accessed per hour 80 quotations accessed from these 140 purchased part accesses 70 suppliers accessed from these 80 quotation accesses Chapter 6 2009 Pearson Education, Inc. Pearson Education, Inc. Publishing as Prentice Hall Publishing as Prentice Hall 8

Figure 6-1 Composite usage map (Pine Valley Furniture Company) (cont.) Usage analysis: 75 suppliers accessed per hour 40 quotations accessed from these 75 supplier accesses 40 purchased parts accessed from these 40 quotation accesses Chapter 6 2009 Pearson Education, Inc. Pearson Education, Inc. Publishing as Prentice Hall Publishing as Prentice Hall 9

Designing Fields Field: smallest unit of data in database Field design Choosing data type Coding, compression, encryption Controlling data integrity Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 10

Choosing Data Types CHAR fixed-length character VARCHAR2 variable-length length character (memo) LONG large number NUMBER positive/negative number INEGER positive/negative whole number DATE actual date BLOB binary large object (good for graphics, sound clips, etc.) Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 11

Figure 6-2 Example code look-up table (Pine Valley Furniture Company) Code saves space, but costs an additional lookup to obtain actual value Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 12

Field Data Integrity Default value assumed assumed value if no explicit value Range control allowable value limitations (constraints or validation rules) Null value control allowing or prohibiting empty fields Referential integrity range range control (and null value allowances) for foreign-key to primary- key match-ups Sarbanes-Oxley Act (SOX) legislates importance of financial data integrity Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 13

Handling Missing Data Substitute an estimate of the missing value (e.g., using a formula) Construct a report listing missing values In programs, ignore missing i data unless the value is significant (sensitivity testing) Triggers can be used to perform these operations Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 14

Physical Records Physical Record: A group of fields stored in adjacent memory locations and retrieved together as a unit Page: The amount of data read or written in one I/O operation Blocking Factor: The number of physical records per page Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 15

Denormalization Transforming normalized relations into unnormalized physical record specifications Benefits: Can improve performance (speed) by reducing number of table lookups (i.e. reduce number of necessary join queries) Costs (due to data duplication) Wasted storage space Data integrity/consistency y threats Common denormalization opportunities One-to-one one relationship (Fig. 6-3) Many-to-many relationship with attributes (Fig. 6-4) Reference data (1:N relationship where 1-side has data not used in any other relationship) (Fig. 6-5) Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 16

Figure 6-3 A possible denormalization situation: two entities with one- to-one one relationship Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 17

Figure 6-4 A possible denormalization situation: a many-to-many relationship with nonkey attributes Extra table access required Nlld Null description iti possible Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 18

Figure 6-5 A possible denormalization situation: reference data Extra table access required Data duplication i Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 19

Partitioning Horizontal Partitioning: Distributing the rows of a table into several separate files Useful for situations where different users need access to different rows Three types: Key Range Partitioning, Hash Partitioning, or Composite Partitioning Vertical Partitioning: Distributing the columns of a table into several separate relations Useful for situations where different users need access to different columns The primary key must be repeated in each file Combinations of Horizontal and Vertical Partitions often correspond with User Schemas (user views) Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 20

Partitioning (cont.) Advantages of Partitioning: Efficiency: Records used together are grouped together Local optimization: Each partition can be optimized for performance Security, recovery Load balancing: Partitions stored on different disks, reduces contention Take advantage of parallel processing capability Disadvantages of Partitioning: Inconsistent access speed: Slow retrievals across partitions Complexity: Non-transparent partitioning Extra space or update time: Duplicate data; access from multiple partitions Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 21

Oracle 10i Horizontal Partitioning Methods Key range partitioning Partitions defined by range of field values Could result in unbalanced distribution of rows Like-valued fields share partitions Hash partitioning i Partitions defined via hash functions Will guarantee balanced distribution of rows Partition could contain widely varying valued fields Composite partitioning Combines key range and hash Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 22

Data Replication Purposely storing the same data in multiple l locations of the database Improves p performance by allowing multiple users to access the same data at the same time with minimum contention Sacrifices data integrity due to data duplication Best for data that is not updated often Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 23

Designing Physical Files Physical File: A named portion of secondary memory allocated for the purpose of storing physical records Tablespace named set of disk storage elements in which physical files for database tables can be stored Extent contiguous section of disk space Constructs to link two pieces of data: Sequential storage Pointers field of data that can be used to locate related fields or records Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 24

Figure 6-6 Physical file terminology in an Oracle environment Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 25

File Organizations Technique for physically arranging records of a file on secondary storage Factors for selecting file organization: Fast data retrieval and throughput h t Efficient storage space utilization Protection from failure and data loss Minimizing need for reorganization Accommodating growth Security from unauthorized use Types of file organizations Sequential Indexed Hashed Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 26

Figure 6-7a Sequential file 1 organization 2 Records of the file are stored in sequence by the primary key field values If sorted every insert or delete requires resort If not sorted Average time to find desired record = n/2 n Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 27

Indexed File Organizations Index a separate table that contains organization of records for quick retrieval Primary keys are automatically indexed Oracle has a CREATE INDEX operation, and MS ACCESS allows indexes to be created for most field types Indexing approaches: B-tree index, Fig. 6-7b Bitmap index, Fig. 6-8 Hash Index, Fig. 6-7c Join Index, Fig 6-9 Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 28

Figure 6-7b B-tree index Leaves of the tree are all at same level consistent access time uses a tree search Average time to find desired record = depth of the tree Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 29

Figure 6-7c Hashed file or index organization Hash algorithm Usually uses divisionremainder to determine record position. Records with same position are grouped in lists Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 30

Figure 6-8 Bitmap index organization Bitmap saves on space requirements Rows - possible values of the attribute Columns - table rows Bit indicates whether the attribute of a row has the values Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 31

Figure 6-9 Join Indexes speeds up join operations Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 32

Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 33

Clustering Files In some relational DBMSs, related records from different tables can be stored together in the same disk area Useful for improving performance of join operations Primary key records of the main table are stored adjacent to associated foreign key records of the dependent table e.g. Oracle has a CREATE CLUSTER command Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 34

Rules for Using Indexes 1. Use on larger tables 2. Index the primary key of each table 3. Index search fields (fields frequently in WHERE clause) 4. Fields in SQL ORDER BY and GROUP BY commands 5. When there are >100 values but not when there are <30 values Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 35

Rules for Using Indexes (cont.) 6. Avoid use of indexes for fields with long values; perhaps compress values first 7. DBMS may have limit on number of indexes per table and number of bytes per indexed field(s) 8. Null values will not be referenced from an index 9. Use indexes heavily for non-volatile databases; limit the use of indexes for volatile databases Why? Because modifications (e.g. inserts, deletes) require updates to occur in index files Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 36

RAID Redundant Array of Inexpensive Disks A set of disk drives that appear to the user to be a single disk drive Allows parallel access to data (improves access speed) Pages are arranged in stripes Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 37

Figure 6-10 RAID with four disks and striping Here, pages 1-4 can be read/written simultaneously Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 38

Raid 0 Raid Types (Figure 6-10) Maximized parallelism No redundancy No error correction no fault-tolerance tolerance Raid 1 Redundant data fault tolerant Most common form Raid 2 No redundancy One record spans across data disks Error correction in multiple disks reconstruct damaged data Raid 3 Error correction in one disk Record spans multiple data disks (more than RAID2) Not good for multi-user environments, Raid 4 Error correction in one disk Multiple records per stripe Parallelism, but slow updates due to error correction contention Raid 5 Rotating parity array Error correction takes place in same disks as data storage Parallelism, better performance than Raid4 Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 39

Legacy Systems Current Technology Data Warehouses Dat taba ase Arch hitec ctur res (Figu ure 6-11) Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 40

Query Optimization Parallel query processing possible when working in multiprocessor systems Overriding automatic query optimization allows for query writers to preempt the automated optimization Picking data block size factors to consider include: Block contention, random and sequential row access speed, row size Balancing I/O across disk controllers Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 41

Query Design Guidelines Understand how indexes are used Keep optimization statistics up-to to-date Use compatible data types for fields and literals Write simple queries Break complex queries into multiple, simple parts Don t use one query inside another Don t combine a table with itself Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 42

Query Design Guidelines (cont.) Create temporary tables for groups of queries Combine update operations Retrieve only the data you need Don t have the DBMS sort without an index Learn! Consider the total query processing time for ad hoc queries Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 43

All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Copyright 2009 Pearson Education, Inc. Publishing as Prentice Hall Chapter 6 2009 Pearson Education, Inc. Publishing as Prentice Hall 44