F
F
Flasher2015-02-12 15:34:22
MySQL
Flasher, 2015-02-12 15:34:22

What to read about database normalization?

What to read about database normalization? What is a worthwhile textbook that helped you. Thank you.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexey Cheremisin, 2015-02-12
@Flasher

In principle, a tutorial is not needed for this, normalization - minimizing data redundancy, has 5 forms. The first three forms are aimed at data connectivity, the last two are aimed at improving the structure. Very well described here - citforum.ru/database/dblearn/index.shtml (chapters 6 and 7)
Briefly here - support.microsoft.com/kb/283878/ru
And yes, you don't always need to chase minimization, sometimes you have to duplicate data for faster searching, the world is not perfect.
And here is a good video - www.youtube.com/watch?v=1GWx5CZdSCg

T
Timofey, 2015-02-12
@mr_T

Of course, I could be wrong, but I think that on normalization, in principle, there is not much information to read the textbook. Enough Google and the query "bd normal forms". Further article on Wikipedia, the realization that it is difficult without examples, searching and finding examples, again Wikipedia while (!understood). In principle, we can say that understood == true when there is an understanding of at least the first 3 normal forms. The rest is more difficult to understand, but is achieved by itself in most database design applications.

G
GM2mars, 2015-02-12
@GM2mars

Not exactly about database normalization, but here you can read about optimizing highly loaded systems.
http://ruhighload.com
In the section "server" there are articles about databases. There is a lot of useful material there.

N
nico19, 2015-02-14
@nico19

Date K. Introduction to database systems.- K.; M.; St. Petersburg: Publishing house "Williams", 2000.- p.
This book has a chapter on normalization.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question