Re: Glacially slow nested SELECT

From: Demitri Muna <thatsanicehatyouhave(at)mac(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Glacially slow nested SELECT
Date: 2007-01-15 18:34:43
Message-ID: D2060C04-C14D-43DD-A3DD-28C8E1352F1D@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 15 Jan 2007, at 16:21, Tom Lane wrote:

> thatsanicehatyouhave(at)mac(dot)com writes:
>> I have a query that is extraordinarily slow but I don't know why.
>
> It looks like spview is a view with an embedded ORDER BY? IIRC that
> prevents any meaningful optimization of joins to it --- and
> WHERE-IN-sub-SELECT is a kind of join.

Thanks for the pointer Tom; removing the ORDER BY from the view did
the trick. Is there a reason that the sorting can't be done after the
selection? I suppose I can solve this with a function.

Cheers,

Demitri

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug Cole 2007-01-15 18:36:56 Re: Avoiding empty queries in tsearch
Previous Message Magnus Hagander 2007-01-15 18:31:44 Re: [HACKERS] Checkpoint request failed on version 8.2.1.