Re: Index ot being used

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: John A Meinel <john(at)arbash-meinel(dot)com>, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, linux(at)alteeve(dot)com, tobias(at)nordicbet(dot)com, pgsql-performance(at)postgresql(dot)org
Subject: Re: Index ot being used
Date: 2005-06-13 16:49:29
Message-ID: 20050613164929.GA12557@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, Jun 13, 2005 at 12:22:14 -0400,
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> I don't think the use-case has been shown that justifies doing this much
> work to ignore useless ORDER BY clauses. The examples that have come up
> in the past all suggest ignoring index columns not the other way 'round.
> Can you make a case that we need to do that part of it?

I don't think so. I don't think people are likely to order by constant
expressions except by adding them to the front to help optimization.
When I was thinking about this I was looking at what equivalences could
be used and didn't look back to see which ones would be useful in the
normal case. And I think it is a lot more likely people will leave out
columns they know not to be relevant than to include them.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Rod Taylor 2005-06-13 16:53:19 Re: Updates on large tables are extremely slow
Previous Message Kevin Grittner 2005-06-13 16:46:46 Re: Index ot being used