| www.sum-it.nl > Courses > DB Design course > Method > 3. Technical optimisation > Steps > Combine tables | Previous Nederlands · Search... |
Combine tables
It can happen that a table has no reason to exist, after denormalisation.
An example: All elements from the table Area have been copied to reader. |
Introduction 1. Scope 2. Logical Design Goal Optimisation steps Use ranges Denormalise Store derived data Add indexes Sort 4. Implementation End | |
Check if the table is really redundant.
Attention:
The upper table, 'Area' can have
a number of reasons to exist:
|
||
| Next: Store derived data | ||