Re: Database normalization - Mailing list pgsql-sql

From Andrew Sullivan
Subject Re: Database normalization
Date
Msg-id 20070828151908.GA979@phlogiston.dyndns.org
Whole thread Raw
In response to Re: Database normalization  ("Sebastian Ritter" <ritter.sebastian@gmail.com>)
List pgsql-sql
On Tue, Aug 28, 2007 at 04:15:01PM +0100, Sebastian Ritter wrote:
> > I'd put it in its own table, probably, unless you're going to use it
> > frequently.
> 
>   Why would frequency of use change whether or not I use one or two tables?

If you have a possibly-large field that does not get used very much,
you have to pay the I/O for it every time you look at that row, even
if it's not used.  Also, it sounds like it might not be used by every
row?  In that case, normalization calls for it to be pushed out too.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
However important originality may be in some fields, restraint and 
adherence to procedure emerge as the more significant virtues in a 
great many others.   --Alain de Botton


pgsql-sql by date:

Previous
From: "Bart Degryse"
Date:
Subject: Re: Database normalization
Next
From: "Sebastian Ritter"
Date:
Subject: Re: Database normalization