Re: insane index scan times

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: insane index scan times
Дата
Msg-id 15827.1181397973@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: insane index scan times  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Alexander Staubo escribi�:
>> Are you sure? I was under the impression that PostgreSQL could reorder
>> "where" clauses, but did not  yet reorder explicit joins (as opposed
>> to implicit ones through, say, "in"). But perhaps it only applied to
>> some types of joins.

> Postgres does flatten joins, and reorders the resulting range tables as
> convenient.  Only in 8.2 it learned how to to reorder outer joins, but
> for inner joins this has been in place for a lot longer.

The rules for this have changed over time, and you can affect them through
planner parameters too.  Consult
http://www.postgresql.org/docs/8.2/static/explicit-joins.html
                               ^^^
with URL adjusted for your PG version.

            regards, tom lane

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: pg_hba.conf - md5
Следующее
От: Erwin Brandstetter
Дата:
Сообщение: Re: how to speed up query