Re: The REAL cost of joins

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: The REAL cost of joins
Дата
Msg-id 2f4958ff1003040201n675db88eu64a402242923f54b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: The REAL cost of joins  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
the reason you are using joins, most often is because your schema is normalized. One way or another, de-normalisation + queries will cost you more, than normalised tables and joins.
That's at least the short answer.

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Failed to run initdb: 128
Следующее
От: John Moran
Дата:
Сообщение: Re: Larger volumes of chronologically ordered data and the planner