Re: [SQL] Good Optimization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Good Optimization
Дата
Msg-id 26222.931362298@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] Good Optimization  ("Roderick A. Anderson" <raanders@altoplanos.net>)
Ответы Re: [SQL] Good Optimization  ("Roderick A. Anderson" <raanders@altoplanos.net>)
Список pgsql-sql
"Roderick A. Anderson" <raanders@altoplanos.net> writes:
> Also if the optimizer works similar to Oracle then the order of
> where statements would also help in actual performance.  I'm mostly a
> lurker on this list but have never seen anything about this issue.
>    When using Oracle, and won't it be nice when people mention PostgreSQL
> functionality when comparing other databases, the statements at the
> bottom should be the most restrictive and joins should be near the top.

The Postgres optimizer doesn't care about the order of where clauses;
it'll pick out the clauses it thinks are most effective regardless
of the order you write them in.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Good Optimization
Следующее
От: "Roderick A. Anderson"
Дата:
Сообщение: Re: [SQL] Good Optimization