vote up 8 vote down star
2

I'm looking for a book/site/tutorial on best practices for relational database design, tuning for performance etc. It turns out this kind of resource is a bit difficult to find; there's a lot of "here's normalization, here's ER diagrams, have at it," but not much in the way of real examples. Anyone have any ideas?

flag

5 Answers

vote up 5 vote down check

Book: Database Design for Mere Mortals

link|flag
vote up 0 vote down

Check out the "The Art of SQL". A pleasure to read.

link|flag
vote up 1 vote down

Here are some resources I could find on the web. They include examples you are looking for:

link|flag
vote up 0 vote down

SQL Cookbook, available online if you have access to a Safari account.

link|flag
vote up 1 vote down

Take a look at the Library of Free Data Models. There are tons of example database designs, with diagrams that cover real-world scenarios (and some just fun/funny ones as well). I haven't ever used one as-is, but it's often been handy to get an idea of how to approach the problem of mapping the needs of the situation into a data model.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.