Learn about all of the design features that relate to the physical structure of the database such as datatype selection, table normalization and denormalization, indexes, materialized views, data clustering, multidimensional data clustering, table (range) partitioning, and database (hash) partitioning.
Physical database design is the single most important factor that impacts database
performance. Physical database design covers all of the design features that relate to the
physical structure of the database such as datatype selection, table normalization and
denormalization, indexes, materialized views, data clustering, multidimensional data
clustering, table (range) partitioning, and database (hash) partitioning.
Good physical database design reduces hardware resource utilization (I/O, CPU, and
network) and improves your administrative efficiency. This, in turn, can help you
achieve the following potential benefits to your business:
Increased performance of applications that use the database, resulting in better
response times and higher end-user satisfaction
Reduced IT administrative costs, giving you the ability to manage a wider scope
of databases and respond quicker to changes in application requirements
"Physical Database
Design"
(May 2008)
Learn about all of the design features that relate to the physical structure of the database such as datatype selection, table normalization and denormalization, indexes, materialized views, data clustering, multidimensional data clustering, table (range) partitioning, and database (hash) partitioning. (pdf; 1,539KB; 63 pages)