Physical Database Design and Tuning
Physical Database Design and Tuning
Tuning D.
• Any timing constraints. E.g. Transaction should terminate within 5 seconds on 95% of the
time. It should never take more than 20 seconds.
Analyzing the expected frequencies of update operations
• Minimum number of access paths (e.g. indexes) should be specified if a file is frequently
updated.
E. Analyzing the uniqueness constraints on attributes.
• Access paths should be specified on all candidate key attributes or set of attributes that are
either the primary key of a file or unique attributes.