Re: Which of the solution is better?

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Which of the solution is better?
Дата
Msg-id 20021211104828.F31768@mail.libertyrms.com
обсуждение исходный текст
Ответ на Re: Which of the solution is better?  (Wei Weng <wweng@kencast.com>)
Список pgsql-performance
On Wed, Dec 11, 2002 at 11:26:20AM -0500, Wei Weng wrote:
> I don't think there is any. It is just another way to write an outer
> join.

That's not exactly true.  Doing A JOIN B ON (A.ID=B.ID) constrains
the planner.  See the section on explicit join order in the
PostgreSQL manual.

The IN locution, by the way, is almost always bad in Postgres.  Avoid
it.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


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

Предыдущее
От: Wei Weng
Дата:
Сообщение: Re: Which of the solution is better?
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Capping CPU usage?