Re: BUG #3667: Job scheduling with Greenplum fails - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3667: Job scheduling with Greenplum fails
Date
Msg-id 24520.1192051422@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3667: Job scheduling with Greenplum fails  ("Jon Roberts" <jon.roberts@asurion.com>)
List pgsql-bugs
"Roberts, Jon" <Jon.Roberts@asurion.com> writes:
> What if the new query has a significantly lower cost compared to the older
> one?

Much as I'd like the planner to be infallible, it ain't; estimated costs
are no proof of any real-world performance difference.  Better show
EXPLAIN ANALYZE numbers if you want to be taken seriously --- and *not*
ones from a Greenplum-modified PG.

In any case "I can make this particular query faster" seems a rather
different argument from "you guys should eliminate all use of correlated
subqueries".

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Eric Weimer"
Date:
Subject: BUG #3668: type error in serial
Next
From: Tom Lane
Date:
Subject: Re: BUG #3668: type error in serial