|
| Database Design |
 Physical Database Design
Physical database design involves specifying how database records are stored, accessed and related to ensure adequate performance.
It is the process of producing a description of the implementation of the database on secondary storage; it describes the base relations, file organizations, and indexes used to achieve efficient access to the data, and any associated integrity constraints and security measures.
|
|
|