Re: multicolumn index column order

From: andrew(at)pillette(dot)com
To: valgog <valgog(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: multicolumn index column order
Date: 2007-07-24 07:10:30
Message-ID: 200707240710.l6O7AUu24090@pillette.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

valgog <valgog(at)gmail(dot)com> wrote ..
> On Jul 23, 7:00 pm, t(dot)(dot)(dot)(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane) wrote:
> > valgog <val(dot)(dot)(dot)(at)gmail(dot)com> writes:
> > > how to build an multicolumn index with one column order ASCENDING and
> > > another column order DESCENDING?
> >
> > Use 8.3 ;-)
> >
> > In existing releases you could fake it with a custom reverse-sorting
> > operator class, but it's a pain in the neck to create one.

I've often gotten what I want by using a calculated index on (f1, -f2). ORDER BY will take an expression, e.g. ORDER BY f1, -f2. Simpler than a custom operator.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message valgog 2007-07-24 07:33:55 Re: disable archiving
Previous Message Jignesh K. Shah 2007-07-24 04:09:00 Second SpecJAppserver2004 with PostgreSQL