From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Stephen Frost <sfrost(at)snowman(dot)net> |
Cc: | pgsql-hackers(at)postgreSQL(dot)org, pgsql-jdbc(at)postgreSQL(dot)org |
Subject: | Re: How embarrassing: optimization of a one-shot query doesn't work |
Date: | 2008-04-01 01:51:08 |
Message-ID: | 16180.1207014668@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
Stephen Frost <sfrost(at)snowman(dot)net> writes:
> * Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
>> Still, the performance regression here is bad enough that I think there
>> is little choice. Comments/objections?
> I agree that we should update stable to fix this performance regression,
> given the gravity of it. I also feel that we need to do so ASAP, to
> minimize the risk of people being affected by it. The longer we wait on
> it the more likely someone will write something which is affected.
In the normal course of events I'd expect that we'd put out 8.3.2
in a month or so. I'm not quite convinced that this issue is worth
speeding the cycle all by itself. We've done that for data-loss
issues but never before for a mere performance problem.
The main reason I wanted to make some noise about this is to find out
if anyone is actually trying to call eval_const_expressions (or
relation_excluded_by_constraints, which it turned out needed to change
also) from 8.3 add-on code. If anyone squawks we could think about a
faster update ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Alex Hunsaker | 2008-04-01 02:03:14 | Re: [PATCHES] [badalex@gmail.com: Re: [BUGS] Problem identifying constraints which should not be inherited] |
Previous Message | Jonah H. Harris | 2008-04-01 01:08:14 | Re: Guessing future postgresql features |
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2008-04-01 02:12:06 | Re: How embarrassing: optimization of a one-shot query doesn't work |
Previous Message | Stephen Frost | 2008-04-01 00:46:44 | Re: How embarrassing: optimization of a one-shot query doesn't work |