Re: Duplicated Fields

From: David W Noon <dwnoon(at)ntlworld(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Duplicated Fields
Date: 2011-05-14 15:33:23
Message-ID: 20110514163323.2e4e1c95@karnak.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ntlworld(dot)com (David W Noon)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2011-05-14 17:11:01 Re: UNIQUE constraint on character sequences
Previous Message InterRob 2011-05-14 15:20:01 UNIQUE constraint on character sequences