Re: Duplicated Fields - Mailing list pgsql-general

From David W Noon
Subject Re: Duplicated Fields
Date
Msg-id 20110514163323.2e4e1c95@karnak.local
Whole thread Raw
In response to Duplicated Fields  (Daron Ryan <daron.ryan@gmail.com>)
List pgsql-general
On Sun, 15 May 2011 00:05:13 +0930, Daron Ryan wrote about [GENERAL]
Duplicated Fields:

>  I am designing a database that will include at lot of duplicated
> data.
>Does Postgres perform many optimisations to eliminate duplications of
>fields or should I create additional tables to reference myself?

http://en.wikipedia.org/wiki/Database_normalization

You should do it yourself.  It is called "data normalization", and all
good database designers have been doing it for decades.
--
Regards,

Dave  [RLU #314465]
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
dwnoon@ntlworld.com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Attachment

pgsql-general by date:

Previous
From: InterRob
Date:
Subject: UNIQUE constraint on character sequences
Next
From: David Johnston
Date:
Subject: Re: UNIQUE constraint on character sequences