Jared --

Forgive the top-posting -- a challenged reader.

I see this in the 8.4 analyze:
               Merge Cond: (cli.clientid = dv118488y0.clientid)
               Join Filter: ((dv118488y0.variableid = v118488y0.variableid) AND 
(dv118488y0.cycleid = c1.cycleid) AND (dv118488y0.unitid = u.unitid))
               ->  Nested Loop Left Join  (cost=33.20..9756.43 rows=731 
width=38) (actual time=0.922..1215.702 rows=85459 loops=1)
                     Join Filter: (dv118482y0.clientid = cli.clientid)
                     ->  Nested Loop  (cost=33.20..697.60 rows=731 width=36) 
(actual time=0.843..124.942 rows=85459 loops=1)

And am wondering about the divergent estimates vs real numbers - and you say 
you analyze regularly ? Do both 8.1 and 8.4 instances have the same autovac 
settings ? Maybe one is reacting better to daily traffic ? Might be some new 
part of the planner which is being wonky, I suppose, but I don't understand 
enough about it to say.

Might also be some automatic casts that were eliminated between 8.1 and 8.4 -- 
I don't see any offhand but you should check all such values (string to int i 
particular).

HTH,

Greg W.




----- Original Message ----
From: Jared Beck <ja...@singlebrook.com>
To: pgsql-performance@postgresql.org
Cc: Leon Miller-Out <l...@singlebrook.com>
Sent: Wednesday, September 23, 2009 12:53:15 PM
Subject: [PERFORM] Slow query after upgrade to 8.4

Hello postgres wizards,

We recently upgraded from 8.1.5 to 8.4
We have a query (slow_query.sql) which took about 9s on 8.1.5
On 8.4, the same query takes 17.7 minutes.

The code which generated this query is written to support the
calculation of arbitrary arithmetic expressions across "variables" and
"data" within our application.  The example query is a sum of three
"variables", but please note that because the code supports arbitrary
arithmetic, we do not use an aggregate function like sum()

We have collected as much information as we could and zipped it up here:

http://pgsql.privatepaste.com/download/a3SdI8j2km

Thank you very much in advance for any suggestions you may have,
Jared Beck

--
------------------
Jared Beck
Web Developer
Singlebrook Technology
(607) 330-1493
ja...@singlebrook.com

-- 
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance



      

-- 
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

Reply via email to