Re: BUG #1851: Performance reduction from 8.0.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Steve Wormley" <steve(at)wormley(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1851: Performance reduction from 8.0.3
Date: 2005-08-26 23:17:00
Message-ID: 26654.1125098220@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Steve Wormley" <steve(at)wormley(dot)com> writes:
> Did a dump and restore of my DB to 8.1beta1 (running concurrently with
> 8.0.3) and performance on the same query is about 50% slower with the beta.
> Ran query twice on each instance in sequence to make sure all data was in OS
> cache.

Did you vacuum analyze (or at least analyze) both databases? The
rowcount estimates seem quite a bit different, which suggests the
two planners aren't working with the same stats.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Steve Wormley 2005-08-26 23:59:13 Re: BUG #1851: Performance reduction from 8.0.3
Previous Message Peter Nichols 2005-08-26 22:53:41 Installing postgres 8.0.3 on Windows