What is Database Administration

Slides:



Advertisements
Similar presentations
Tuning: overview Rewrite SQL (Leccotech)Leccotech Create Index Redefine Main memory structures (SGA in Oracle) Change the Block Size Materialized Views,
Advertisements

Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Physical DataBase Design
Chapter 5: Physical Database Design and Performance
Physical Database Design and Performance Dr. Mohamed Osman Ali Hegazi1.
Copyright 2004 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Second Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
9/26/2000SIMS 257: Database Management Physical Database Design University of California, Berkeley School of Information Management and Systems SIMS 257:
Chapter Physical Database Design Methodology Software & Hardware Mapping Logical Design to DBMS Physical Implementation Security Implementation Monitoring.
© 2007 by Prentice Hall 1 Chapter 6: Physical Database Design and Performance Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott,
IS 4420 Database Fundamentals Chapter 6: Physical Database Design and Performance Leon Chen.
Physical Database Monitoring and Tuning the Operational System.
© 2005 by Prentice Hall 1 Chapter 6: Physical Database Design and Performance Modern Database Management 7 th Edition Jeffrey A. Hoffer, Mary B. Prescott,
Modern Systems Analysis and Design Third Edition
Chapter 8 Physical Database Design. McGraw-Hill/Irwin © 2004 The McGraw-Hill Companies, Inc. All rights reserved. Outline Overview of Physical Database.
© 2005 by Prentice Hall 1 Chapter 6: Physical Database Design and Performance Modern Database Management 7 th Edition Jeffrey A. Hoffer, Mary B. Prescott,
Chapter 6: Physical Database Design and Performance
Chapter 6 Physical Database Design. Introduction The purpose of physical database design is to translate the logical description of data into the technical.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 9.1.
1 © Prentice Hall, 2002 Physical Database Design Dr. Bijoy Bordoloi.
MBA 664 Database Management Systems
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
TM 7-1 Copyright © 1999 Addison Wesley Longman, Inc. Physical Database Design.
Physical Database Design Chapter 6. Physical Design and implementation 1.Translate global logical data model for target DBMS  1.1Design base relations.
Lecture 12 Designing Databases 12.1 COSC4406: Software Engineering.
Copyright 2006 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Third Edition Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter.
1 © Prentice Hall, 2002 Chapter 6: Physical Database Design and Performance Modern Database Management 6 th Edition Jeffrey A. Hoffer, Mary B. Prescott,
Chapter 6 1 © Prentice Hall, 2002 The Physical Design Stage of SDLC (figures 2.4, 2.5 revisited) Project Identification and Selection Project Initiation.
CHAPTER 5: PHYSICAL DATABASE DESIGN AND PERFORMANCE © 2013 Pearson Education, Inc. Publishing as Prentice Hall 1 Modern Database Management 11 th Edition.
Common Field Types Primary Key Descriptive Fields Foreign Key.
Unit 6 Data Storage Design. Key Concepts 1. Database overview 2. SQL review 3. Designing fields 4. Denormalization 5. File organization 6. Object-relational.
Database Management COP4540, SCS, FIU Physical Database Design (ch. 16 & ch. 3)
Chapter 10 Designing the Files and Databases. SAD/CHAPTER 102 Learning Objectives Discuss the conversion from a logical data model to a physical database.
GLOBEX INFOTEK Copyright © 2013 Dr. Emelda Ntinglet-DavisSYSTEMS ANALYSIS AND DESIGN METHODSINTRODUCTORY SESSION EFFECTIVE DATABASE DESIGN for BEGINNERS.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 6: Physical Database Design and Performance Modern Database Management 9 th Edition.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 UNIT 5: Physical Database Design and Performance Modern Database Management 9 th Edition Jeffrey.
Physical Database Design Purpose- translate the logical description of data into the technical specifications for storing and retrieving data Goal - create.
Chapter 8 Physical Database Design. Outline Overview of Physical Database Design Inputs of Physical Database Design File Structures Query Optimization.
Chapter 4 Logical & Physical Database Design
Copyright 2001 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 9 Designing Databases.
Session 1 Module 1: Introduction to Data Integrity
9-1 © Prentice Hall, 2007 Topic 9: Physical Database Design Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph S. Valacich,
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall Chapter 9 Designing Databases 9.1.
Physical Database Design DeSiaMorePowered by DeSiaMore 1.
11-1 © Prentice Hall, 2004 Chapter 11: Physical Database Design Object-Oriented Systems Analysis and Design Joey F. George, Dinesh Batra, Joseph S. Valacich,
Database Systems, 8 th Edition SQL Performance Tuning Evaluated from client perspective –Most current relational DBMSs perform automatic query optimization.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 12 Designing.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Lecture 6: Physical Database Design and Performance Modern Database Management 9 th Edition.
Copyright © 2016 Pearson Education, Inc. Modern Database Management 12 th Edition Jeff Hoffer, Ramesh Venkataraman, Heikki Topi CHAPTER 5: PHYSICAL DATABASE.
Converting ER/EER to logical schema; physical design issues 1.
Data Integrity & Indexes / Session 1/ 1 of 37 Session 1 Module 1: Introduction to Data Integrity Module 2: Introduction to Indexes.
Managing Tables, Data Integrity, Constraints by Adrienne Watt
Indexing Structures for Files and Physical Database Design
Record Storage, File Organization, and Indexes
Physical Database Design
Physical Database Design and Performance
ITD1312 Database Principles Chapter 5: Physical Database Design
Physical Database Design for Relational Databases Step 3 – Step 8
Modern Systems Analysis and Design Third Edition
Database Performance Tuning and Query Optimization
CHAPTER 5: PHYSICAL DATABASE DESIGN AND PERFORMANCE
MANAGING DATA RESOURCES
Physical Database Design
Chapter 12 Designing Databases
Chapter 6: Physical Database Design and Performance
Practical Database Design and Tuning
The Physical Design Stage of SDLC (figures 2.4, 2.5 revisited)
File Storage and Indexing
Chapter 11 Database Performance Tuning and Query Optimization
Presentation transcript:

What is Database Administration A high level function (technical Function) that is responsible for physical DB design & dealing with technical issues such as Database performance (integrity) Backup & recovery security Tuesday, 18 September 2018 Dr. Mohamed Osman

Physical Database Design and Performance Dr. Mohamed Osman Ali Hegazi

Query processing and transaction UML Mapping Normalization Design container , policy, Integrity Create & Programming Query processing and transaction Database Administration Dr. Mohamed Osman Hegaz

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 Dr. Mohamed Osman Ali Hegazi

Physical Design Process Normalized relations Volume estimates Attribute definitions Response time expectations Data security needs Backup/recovery needs Integrity expectations DBMS technology used Inputs Attribute data types Physical record descriptions (doesn’t always match logical design) File organizations Indexes and database architectures Query optimization Leads to Decisions Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Designing Fields Field: smallest unit of data in database Field design Choosing data type Coding, compression, encryption Controlling data integrity Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Choosing Data Types CHAR – fixed-length character VARCHAR2 – variable-length character (memo) LONG – large number NUMBER – positive/negative number DATE – actual date BLOB – binary large object (good for graphics, sound clips, etc.) Dr. Mohamed Osman Ali Hegazi

Common Data Types (Domain) Text Fixed length 1 to 64 K bytes Variable length 1 to 2 G bytes Memo/Note Numeric Byte 1 byte 0 to 255 Boolean 2 bytes True or False Integer 2 bytes -32,768 to 32,767 (no decimal points) Long 4 bytes -2,147,483,648 to 2,147,483,647 (no decimal points) Floating 4 bytes 1.401298E-45 to 3.402823E38 Double 8 bytes 4.94065645841247E-324 to 1.79769313486232E308 Currency 8 bytes -922,377,203,685,477.5808 to 922,377,203,685,477.5807 Date/Time 8 bytes Jan 1, 100 to Dec 31, 9999 Objects/Raw binary Any type of data supported by the machine Pictures, sound, video . . .

Data Type Sizes Access SQL Server Oracle Text fixed variable Unicode memo Text 255 bit Memo 64k char, 8K, 4K varchar 8K, 4K nchar, nvarchar text 2M, 1M CHAR 2K VARCHAR2 4K NVARCHAR2 LONG 2G Number Byte (8 bits) Integer (16 bits) Long (32 bits) (64 bits) Fixed precision Float Double Currency Yes/No Byte 255 Integer +/- 32767 Long +/- 2B NA Float +/- 1E 38 Double +/- 1E 308 Currency +/- 900.000 trllion Yes/No o/1 tinyint 255 smallint +/- 32767 int bigint decimal(p,s) real float money+/- 900.000 trllion bit 0/1 INTEGER 38 digits NUMBER(38,0) 38 digits NUMBER(p,s) -84 to 127 NUMBER, FLOAT 38 digits NUMBER 38 digits NUMBER(38,4) 38 digits INTEGER Date/Time Interval datetime smalldatetime interval year … DATE INTERVAL YEAR … Image OLE Object Image 2 GB LONG RAW, BLOB 2 , 4 GB AutoNumber AutoNumber 2B Identity 2 B or 18 digits rowguidcol SEQUENCES 38 digits ROWID

Dr. Mohamed Osman Ali Hegazi Figure 6.2 Example code-look-up table (Pine Valley Furniture Company) Code saves space, but costs an additional lookup to obtain actual value. Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Field Data Integrity Default value - 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 control (and null value allowances) for foreign-key to primary-key match-ups Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi 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 data unless the value is significant Triggers can be used to perform these operations Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi 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 Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Denormalization Transforming normalized relations into unnormalized physical record specifications Benefits: Can improve performance (speed) be reducing number of table lookups (i.e reduce number of necessary join queries) Costs (due to data duplication) Wasted storage space Data integrity/consistency threats Common denormalization opportunities One-to-one relationship Many-to-many relationship with attributes Reference data (1:N relationship where 1-side has data not used in any other relationship) Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Fig 6.5 – A possible denormalization situation: reference data Extra table access required Data duplication Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi 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 files 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) Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Partitioning Advantages of Partitioning: Records used together are grouped together Each partition can be optimized for performance Security, recovery Partitions stored on different disks: contention Take advantage of parallel processing capability Disadvantages of Partitioning: Slow retrievals across partitions Complexity Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Data Replication Purposely storing the same data in multiple locations of the database Improves 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 Dr. Mohamed Osman Ali Hegazi

Designing Physical Files A named portion of secondary memory allocated for the purpose of storing physical records Constructs to link two pieces of data: Sequential storage. Pointers. File Organization: How the files are arranged on the disk. Access Method: How the data can be retrieved based on the file organization. Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Figure 6-7 (a) Sequential file organization 1 2 If sorted – every insert or delete requires resort Records of the file are stored in sequence by the primary key field values. If not sorted Average time to find desired record = n/2. n Dr. Mohamed Osman Ali Hegazi

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, Bitmap index, Hash Index, Join Index, Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi 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 Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Hashed file or index organization Hash algorithm Usually uses division-remainder to determine record position. Records with same position are grouped in lists. Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi 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 Bitmap index index organization Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Join Index – speeds up join operations Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi 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 Dr. Mohamed Osman Ali Hegazi

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 Dr. Mohamed Osman Ali Hegazi

Rules for Using Indexes 6. DBMS may have limit on number of indexes per table and number of bytes per indexed field(s) 7. Null values will not be referenced from an index 8. 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 Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi 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 Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Figure 6-10 – RAID with four disks and striping Here, pages 1-4 can be read/written simultaneously Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Raid Types (Figure 6-11) Raid 0 Maximized parallelism No redundancy No error correction no fault-tolerance Raid 1 Redundant data – fault tolerant Most common form Raid 2 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 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 Dr. Mohamed Osman Ali Hegazi

Database Architectures Legacy Systems Database Architectures Current Technology Data Warehouses Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Query Optimization Parallel Query Processing Override Automatic Query Optimization Data Block Size -- Performance tradeoffs: Block contention Random vs. sequential row access speed Row size Overhead Balancing I/O Across Disk Controllers Dr. Mohamed Osman Ali Hegazi

Dr. Mohamed Osman Ali Hegazi Query Optimization Wise use of indexes Compatible data types Simple queries Avoid query nesting Temporary tables for query groups Select only needed columns No sort without index Dr. Mohamed Osman Ali Hegazi

Assignment no 3 Give a brief description for the index and clustering concepts in database Dr. Mohamed Osman Hegaz