If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Good DB2/general relational DB design book recommendations?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-28-07, 12:41
JamesAvery22 JamesAvery22 is offline
Registered User
 
Join Date: Jan 2004
Posts: 70
Good DB2/general relational DB design book recommendations?

I've never done any DB architecture, just maintenance type stuff. Took some relational db design classes back in college but never used what I learned in the real world so I feel like it sort of went in one ear and out the other.

Can anyone recommend a good book that would help me do a refresher? I won't have to design anything complicated. I need to go through my old text books and re-read the one from my DB class. Was just wondering if there is some must-have book that anyone knew of.

Thanks
Reply With Quote
  #2 (permalink)  
Old 03-28-07, 16:50
samlightstone samlightstone is offline
Registered User
 
Join Date: Nov 2005
Posts: 4
Good DB design book

Depends what part you are working on. Database design falls into two categories - logical design and physical design. Most books discuss logical design which is really about relational modelling. There are several to choose from on that front. However, many of the hard and important problems are in the "physical design" whch including picking indexes, memory tuning, materialized views etc.

Morgan Kaufmann publishers have just released a new book on physical database design covering how to design indexes, range and hash partitioning, materialized views, storage layout, RAID, warehouse design and other physical design areas. The book covers Oracle and several other major databases. Lots of diagrams and examples. It's actually a really good book. An excellent book for people who design and administer databases.

Available on Amazon and most other book sellers.

Physical Database Design: The Database Professional's Guide to Exploiting Indexes, Views, Storage, and More

Paperback, 448 pages, publication date: MAR-2007
ISBN-13: 978-0-12-369389-1
ISBN-10: 0-12-369389-6

Series: The Morgan Kaufmann Series in Data Management Systems

Link on Amazon:
http://www.amazon.com/Physical-Datab.../dp/0123693896

Link on the publisher's web site:
http://www.elsevier.com/wps/find/boo...on#description

There's a companion book that focuses on logical design. A classic, already in its 4th edition. If you search Amazon.com for "database lightstone" you'll see both books.
Reply With Quote
  #3 (permalink)  
Old 03-28-07, 17:24
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
http://www.databasedesign-resource.com/index.html

and his blog

http://blogs.ittoolbox.com/database/design

are good ..

Fabian Pascal's Practical Issues in Database Management is an interesting read as well.

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.

Last edited by sathyaram_s; 03-28-07 at 17:28.
Reply With Quote
  #4 (permalink)  
Old 05-18-07, 13:41
JamesAvery22 JamesAvery22 is offline
Registered User
 
Join Date: Jan 2004
Posts: 70
Sorry for the late reply, this was put on the backburner. Thanks for the suggestions. I'm more interested in logical design. Just subscribed to databasedesign-resource.com Thanks again
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On