Re: test / live environment, major performance difference

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christo Du Preez <christo(at)mecola(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: test / live environment, major performance difference
Date: 2007-06-12 17:37:49
Message-ID: 19136.1181669869@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Christo Du Preez <christo(at)mecola(dot)com> writes:
> Yes, I have just about tried every combination of vacuum on the
> database. Just to make 100% sure.

Well, there's something mighty wacko about that rowcount estimate;
even if you didn't have stats, the estimate for a simple equality
constraint oughtn't be 100% match.

What do you get from SELECT * FROM pg_stats WHERE tablename = 'layertype'
on both systems?

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Christo Du Preez 2007-06-12 17:53:00 Re: test / live environment, major performance difference
Previous Message Christo Du Preez 2007-06-12 16:59:16 Re: test / live environment, major performance difference