Re: test / live environment, major performance difference

From: Craig James <craig_james(at)emolecules(dot)com>
To:
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: test / live environment, major performance difference
Date: 2007-06-11 18:26:55
Message-ID: 466D93EF.4010300@emolecules.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On 2007-06-11 Christo Du Preez wrote:
> I really hope someone can shed some light on my problem. I'm not sure
> if this is a posgres or potgis issue.
>
> Anyway, we have 2 development laptops and one live server, somehow I
> managed to get the same query to perform very well om my laptop, but
> on both the server and the other laptop it's really performing bad.

One simple possibility that bit me in the past: If you do pg_dump/pg_restore to create a copy of the database, you have to ANALYZE the newly-restored database. I mistakenly assumed that pg_restore would do this, but you have to run ANALYZE explicitely after a restore.

Craig

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Ed Tyrrill 2007-06-12 01:09:46 Re: Best way to delete unreferenced rows?
Previous Message Dave Cramer 2007-06-11 17:59:08 Re: How much ram is too much