Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: over-normalized?

RE: over-normalized?

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Fri, 24 Jan 2003 02:59:16 -0800
Message-ID: <F001.005396CA.20030124025916@fatcity.com>


I worked on a project a few jobs back where the data modelers really tried for fully normalized tables. When the "address" table ended up as 5 (or was it 6?) different tables, because address was defined as email or US snail mail or other country snail mail or office building (with the associated "floor" and "room" information) and we had tables named "address_format_in_format", I made an executive decision and said that no matter what the model said, in the PHYSICAL design we were going to put the main snail mail address into the customer table.

There is a fully-normalized design and then there is the real world. If you need to make 5 joins just to get an address, and then there is other information you need in other associated tables, you end up with queries that are impossible to read, impossible to tune and impossible to debug.


Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jan 24 2003 - 04:59:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US