Обсуждение: Duplicated Fields

Поиск
Список
Период
Сортировка

Duplicated Fields

От
Daron Ryan
Дата:
  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?

Re: Duplicated Fields

От
David W Noon
Дата:
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)
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Вложения