Re: bad execution plan for subselects containing windowing-function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: bad execution plan for subselects containing windowing-function
Date: 2010-01-14 17:15:36
Message-ID: 25448.1263489336@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Andreas Kretschmer <akretschmer(at)spamfence(dot)net> writes:
> No question, this is a silly query, but the problem is the 2nd query: it
> is obviously not possible for the planner to put the where-condition
> into the subquery.

Well, yeah: it might change the results of the window functions.
I see no bug here. Your second query asks for a much more complicated
computation, it's not surprising it takes longer.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Andreas Kretschmer 2010-01-14 17:30:25 Re: bad execution plan for subselects containing windowing-function
Previous Message Andreas Kretschmer 2010-01-14 17:03:18 bad execution plan for subselects containing windowing-function