Ch05 - Physical Database Design and Performance
Ch05 - Physical Database Design and Performance
Related
Regulations andTechnology (COBIT)
standards that impact physical design decisions
Data volumes
Access Frequencies
(per hour)
Usage analysis:
14,000 purchased parts
accessed per hour
8000 supplies accessed from
these 14,000 purchased part
accesses
7000 suppliers accessed from
these 8000 supplies accesses
Extra table
access
required
Extra table
access
required
Data duplication
relations.
When
Chapter 5 combinations ofEducation,
Copyright © 2016 Pearson dataLtd.are required,
5-26
DESIGNING PHYSICAL DATABASE
FILES
Physical File:
A named portion of secondary memory
allocated for the purpose of storing
physical records
Tablespace–named logical storage unit in
which data from multiple
tables/views/objects can be stored
Tablespace components
Segment – a table, index, or partition
Extent–contiguous section of disk space
Data block – smallest unit of storage
Chapter 5 Copyright © 2016 Pearson Education, Ltd. 5-27
Figure 5-6 DBMS terminology in an Oracle 12c environment
Hash algorithm
Usually uses division-
remainder to determine
record position. Records
with same position are
grouped in lists.