Re: Different query plans on same servers

From: Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Different query plans on same servers
Date: 2011-12-07 09:34:56
Message-ID: 4EDF3340.1030403@megafon.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 12/06/2011 09:00 PM, Tom Lane wrote:
> Mario Splivalo <mario(dot)splivalo(at)megafon(dot)hr> writes:
>> I have 8.4.8 on producion and 8.4.9 on test, could that explain the
>> difference in plans chosen?
>
> I'd wonder first if you have the same statistics settings on both.
> The big problem here is that the estimation of the join size is bad
> (8588 versus 0).

Just an update here. I did downgrade postgres on testbox to 8.4.8 and
now it's choosing bad plan there too.

So we upgraded postgres on production server and the bad plan went away.
We're preparing for upgrade to 9.1 now, we hope to offload some of the
SELECTs to the slave server, we'll see how that will work.

Thank you for your inputs!

Mario

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Mario Splivalo 2011-12-07 09:35:43 Re: Response time increases over time
Previous Message Havasvölgyi Ottó 2011-12-07 08:23:39 Re: Response time increases over time