Re: Default Performance between 8.0 and 8.1

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Ted Jordan" <ted(at)actionstep(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Default Performance between 8.0 and 8.1
Date: 2007-08-06 01:56:35
Message-ID: b42b73150708051856g74f886f8h25e42c4b46ec0158@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 8/5/07, Ted Jordan <ted(at)actionstep(dot)com> wrote:
> We currently have some databases running under 8.0 and 8.1. I have noticed
> a significant difference in the time taken to restore dumps between the two
> versions, with 8.0 being much faster. For example a dump of a few MB will
> take just seconds to load under 8.0 but the same dump will take several
> minutes to load under 8.1. Currently we're just using the default parameter
> settings when installed via apt on Ubuntu Linux.

a few seconds to several minutes is not the kind of variance that is
explainable by architecture changes between the versions. something
is amiss. 'maintenance_work_mem' can make a big difference with data
loads due to faster index builds but even that would not account for
the difference.

are you running locally or remotely? if running remotely, you might
be seeing some networking/tcp problems.

can you reduce your problem down to a single copy statement for analysis?

merlin

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Decibel! 2007-08-06 05:48:54 Re: TRUNCATE TABLE
Previous Message Heikki Linnakangas 2007-08-05 16:07:35 Re: Performance problems with large telemetric datasets on 7.4.2