Re: index/join madness

Поиск
Список
Период
Сортировка
От David Olbersen
Тема Re: index/join madness
Дата
Msg-id Pine.LNX.4.31.0105230835410.20297-100000@bubbles.electricutopia.net
обсуждение исходный текст
Ответ на index/join madness  ("Michael Richards" <michael@fastmail.ca>)
Список pgsql-sql
On Wed, 23 May 2001, Michael Richards wrote:

> Finally, I'm planning on moving this to 7.2 and converting all the
> joins to use outer joins. Will there be a significant penalty in
> performance running outer joins?

Why are you planning on using outer joins? Yes there is a performance penalty
because postgres will have to emit more tuples. Are you sure that you need to
use outer joins?

-- Dave



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

Предыдущее
От: jdassen@cistron.nl (J.H.M. Dassen (Ray))
Дата:
Сообщение: Re: index/join madness
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Select question