Re: query optimization scenarios 17,701 times faster!!!

Поиск
Список
Период
Сортировка
От Dennis Björklund
Тема Re: query optimization scenarios 17,701 times faster!!!
Дата
Msg-id Pine.LNX.4.44.0304232216520.2238-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на query optimization scenarios 17,701 times faster!!!  ("Robert Dyas" <rdyas@adelphia.net>)
Список pgsql-hackers
On Wed, 23 Apr 2003, Robert Dyas wrote:

> 2) it appears that the optimizer is doing all of the join work before ever
> considering the impact of where clause restrictions. (this may not be the
> case, but it appears so)

What version of postgres do you use? I think the current cvs should handle
the joins better then the current released versions. I don't use the cvs
version myself, but I think I've seen people say that the cvs version
optimizes joins better.

If you could try the same examples on the cvs version if would be fun to
see some numbers.

-- 
/Dennis



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

Предыдущее
От: "Robert Dyas"
Дата:
Сообщение: query optimization scenarios 17,701 times faster!!!
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: bit strings - anyone working on them?