Re: left join performance problem

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: left join performance problem
Дата
Msg-id 20030616001028.Q66185@flake.decibel.org
обсуждение исходный текст
Ответ на Re: left join performance problem  (pginfo <pginfo@t1.unisoftbg.com>)
Ответы Re: left join performance problem
Список pgsql-performance
On Thu, Jun 12, 2003 at 06:48:27AM +0200, pginfo wrote:
> Many thanks Tom,
> the doc do not contain solution for this case, but the idea to
> change the join order was excelent and all is working fine at the moment.

Any chance of getting a TODO added that would provide the option of
having the optimizer pick join order when you're using the ANSI join
syntax?

IMHO I think it's bad that using the ANSI syntax forces join order; it
would be much better to come up with a custom syntax for this like
everyone else does. But I'm sure people won't want to change the
existing behavior, so special syntax to do the opposite is almost as
good.
--
Jim C. Nasby (aka Decibel!)                    jim@nasby.net
Member: Triangle Fraternity, Sports Car Club of America
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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

Предыдущее
От: Tomaz Borstnar
Дата:
Сообщение: Re: any way to use indexscan to get last X values
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: tweaking costs to favor nestloop