Re: Forcing filter/join order? - Mailing list pgsql-performance

From Stephan Szabo
Subject Re: Forcing filter/join order?
Date
Msg-id 20040218165410.G36125@megazone.bigpanda.com
Whole thread Raw
In response to Re: Forcing filter/join order?  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Forcing filter/join order?
List pgsql-performance
On Wed, 18 Feb 2004, Josh Berkus wrote:

> The planner can't, or doesn't want to, use an index on (event_date,
> (event_date + duration)) where the first column is an ascending sort and the
> second a descending sort.    So I've coded a workaround that's quite
> inelegant but does get the correct results in 0.3 seconds (as opposed to the
> 2.2 seconds taken by the example plan).

Can you give more information?  I know that I'm not exactly certain what
the situation is from the above and the original query/explain piece.

pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Forcing filter/join order?
Next
From: Josh Berkus
Date:
Subject: Re: Forcing filter/join order?