Database Design
considerations for the physical implementation
- efficiency
- speed
- indexing
- unnormalized tables
- memory
- expandability
- more operations on existing data
- new categories of data
- new physical implementations can retain old interface
- security
- synchronization of data
Previous | Next