Re: Table Relationships

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Table Relationships
Дата
Msg-id 20030530163900.GF18140@libertyrms.info
обсуждение исходный текст
Ответ на Re: Table Relationships  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Table Relationships
Список pgsql-performance
On Fri, May 30, 2003 at 09:06:43AM -0700, Josh Berkus wrote:
> Modern database systems, especially PostgreSQL, are much faster with a proper
> relational schema than with an inadequate flat-file table, due to the
> efficient storage of data ... i.e., no redundancy.

Are you sure you want to say it that strongly?  After all, if you
have a data set which needs always to be returned in the same static
format, why not just denormalise it?  It's sure faster that way in
every system I've ever encountered.

It's only when you actually have relations to cope with that it
ceases to be an advantage.  So, as usual, it depends on what you're
trying to do.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


В списке pgsql-performance по дате отправления:

Предыдущее
От: pgsql-performance@sysd.com
Дата:
Сообщение: Spam sent to addresses subscribed to psql-performance
Следующее
От: Adam Witney
Дата:
Сообщение: Re: Hardware advice