October 2002
Beginner
864 pages
18h 41m
English
Although most successful databases are normalized at least to some degree, there is one substantial drawback to a normalized database: reduced database performance. The acceptance of reduced performance requires the knowledge that when a query or transaction request is sent to the database, there are factors involved such as CPU use, memory use, and input/output (I/O).
A normalized database requires much more CPU, memory, and I/O in order to process transactions and database queries than does a denormalized database. This is because it must locate the requested tables, and then join the data from the tables in order to get the requested information, or to process the desired data.
Read now
Unlock full access