Re: index suggestion for 7.4 - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: index suggestion for 7.4
Date
Msg-id 20030530103617.S94874-100000@megazone23.bigpanda.com
Whole thread Raw
In response to index suggestion for 7.4  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: index suggestion for 7.4
List pgsql-hackers
On Fri, 30 May 2003, Bruno Wolff III wrote:

> Now that expressions can be used in indexes in 7.4 you can have multicolumn
> indexes that are ordered in different directions. However the planner
> doesn't seem to understand that order by -col asc is the same as order by
> col desc (for at least the normal -) so you have to be careful how you
> write queries when doing this.

I think it'd be better to make it easier to make indexes where some
columns are reversed.  I'm not sure that making a reverse opclass for
btree (one that goes >, >=, =, <=, < I guess) is a complete solution
even for btree but if it is, we could provide them.  I think this would
also have the advantage of not requiring wacky queries to use the index
for multicolumn lookups as well.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: index suggestion for 7.4
Next
From: Sean Chittenden
Date:
Subject: "Vastly under-hyped..."