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: Large databases

RE: Large databases

From: Lyndon Tiu <ltiu_at_alumni.sfu.ca>
Date: Wed, 16 Apr 2003 12:14:01 -0800
Message-ID: <F001.005832DE.20030416121401@fatcity.com>


Quoting Chris Berry <compjma_at_hotmail.com>:
> Just a thought, but if you have more than 4 you're probably not
> normalized
> very well.

My experience. It is not always good to normalize tables to the third normal form. Some of my tables are up to the second only. This is done for some advantages. One rule I keep in mind is:

Ease of maintenance - it's easier to read data and edit data in a table if everything is in one table, rather than having to walk through pk's and fk's all over the place.

So tables that I have that will be edited often by users are often not normalized to the third normal form. Tell me if I'm wrong.

Can someone remind me what's the point of normalization anyways? I seem to have lost it somewhere between school and getting the product to the customer on-time and within budget.

Thanks.

--
Lyndon Tiu



-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Lyndon Tiu
  INET: ltiu_at_alumni.sfu.ca

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 Wed Apr 16 2003 - 15:14:01 CDT

Original text of this message

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