Re: query optimization scenarios 17,701 times faster!!! - Mailing list pgsql-hackers

From Dennis Björklund
Subject Re: query optimization scenarios 17,701 times faster!!!
Date
Msg-id Pine.LNX.4.44.0304232216520.2238-100000@zigo.dhs.org
Whole thread Raw
In response to query optimization scenarios 17,701 times faster!!!  ("Robert Dyas" <rdyas@adelphia.net>)
List 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 by date:

Previous
From: "Robert Dyas"
Date:
Subject: query optimization scenarios 17,701 times faster!!!
Next
From: Hannu Krosing
Date:
Subject: Re: bit strings - anyone working on them?