Re: Join Scalability

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Join Scalability
Дата
Msg-id 16233.1278949450@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Join Scalability  (Darryl Pye <darrylpye@hotmail.com>)
Список pgsql-novice
Darryl Pye <darrylpye@hotmail.com> writes:
> Was wondering how/if postgres degrades as the number of tables  joined increases.

> I am looking at joining lots (from a few up to  100+) tables in a single query,

Don't do it.  Rethink your schema design, instead.  Why do you think you
need to join so many tables in one query?

            regards, tom lane

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

Предыдущее
От: "Matthew Sleight"
Дата:
Сообщение:
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: how to change line terminator