Re: 7.0.2 -> 7.1 performance drop

From: "Brent R(dot) Matzelle" <bmatzelle(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 7.0.2 -> 7.1 performance drop
Date: 2001-11-12 18:48:43
Message-ID: 20011112184843.21237.qmail@web13006.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--- Frank Bax <fbax(at)sympatico(dot)ca> wrote:
> The script just deletes all rows in
> tables, imports
> data as seperate inserts for each row, then does vaccum
> analyse on the
> tables. I've read that delete/rebuild of indexes will likely
> improve
> performance of this script, but the runtime itself is not
> really a concern
> here, just the change in runtime between releases. I'm
> curious what
> changed between releases to cause the slower processing?

Your script performs 3 separate actions. Do you know which one
(delete, import, vacuum analyze) is slower when using the new
version of PG? That will help pinpoint the problem so that we
can more easily solve the problem.

Brent

Brent

__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Orion 2001-11-12 19:20:57 Re: What's the fastest way to do this?
Previous Message Keary Suska 2001-11-12 18:35:16 Is data storage secure?