Re: Major performance problem after upgrade from 8.3 to 8.4 - Mailing list pgsql-performance

From Marc Antonio
Subject Re: Major performance problem after upgrade from 8.3 to 8.4
Date
Msg-id 1294258001690-3329435.post@n5.nabble.com
Whole thread Raw
In response to Re: Major performance problem after upgrade from 8.3 to 8.4  (Gerhard Wiesinger <lists@wiesinger.com>)
List pgsql-performance
Hi,

I had a similar problem with many left join, reading about planning
optimization i tried to edit postgresql.conf and uncommented the line
join_collapse_limit = 8 and set it to 1, disables collapsing of explicit .
My query its taking 2000s in 8.4 and the same query 2ms in 8.3. Now its
working fast in 8.4.

Best regards,

Marc
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Major-performance-problem-after-upgrade-from-8-3-to-8-4-tp2796390p3329435.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

pgsql-performance by date:

Previous
From: kakarukeys
Date:
Subject: Re: adding foreign key constraint locks up table
Next
From: marc47marc47
Date:
Subject: Re: How to turn autovacuum prevent wrap around run faster?