Re: outer joins complexity

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: outer joins complexity
Дата
Msg-id 17086.1012340288@sss.pgh.pa.us
обсуждение исходный текст
Ответ на outer joins complexity  (Jeff Anto <antojf2001@yahoo.fr>)
Список pgsql-general
=?iso-8859-1?q?Jeff=20Anto?= <antojf2001@yahoo.fr> writes:
> I'm looking for outer join complexity hints.

> I did a vacuum analyze before that. Did PostGres see
> that fichier_prepub is a small table (89 rows)

Small or not, the join order is constrained when you use outer joins,
so the planner has only limited opportunity for being smart.  See
http://www.ca.postgresql.org/users-lounge/docs/7.1/postgres/explicit-joins.html

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump/PgAdmin problem?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: pg_dump/PgAdmin problem?