Re: Performance problem. Could it be related to 8.3-beta4? - Mailing list pgsql-general

From Tom Lane
Subject Re: Performance problem. Could it be related to 8.3-beta4?
Date
Msg-id 26012.1199497679@sss.pgh.pa.us
Whole thread Raw
In response to Performance problem. Could it be related to 8.3-beta4?  (Clodoaldo <clodoaldo.pinto.neto@gmail.com>)
Responses Re: Performance problem. Could it be related to 8.3-beta4?
List pgsql-general
Clodoaldo <clodoaldo.pinto.neto@gmail.com> writes:
> The same insert query takes 20 minutes in the production system and 2
> hours in the new one.

Hmph.  It's the same plan, so it's not a planner mistake.  Could you
post EXPLAIN ANALYZE rather than just EXPLAIN for both cases?
Also, it'd be worth watching "vmstat 1" output while the queries are
running on each system, to see if there's any obvious discrepancy
in behavior at that level.

            regards, tom lane

pgsql-general by date:

Previous
From: "Ed L."
Date:
Subject: Re: large table vacuum issues
Next
From: "Scott Marlowe"
Date:
Subject: Re: large table vacuum issues