Re: Update and some verbose output - Mailing list pgsql-admin

From Michael Paesold
Subject Re: Update and some verbose output
Date
Msg-id 008a01c49d89$27eb02d0$d604460a@zaphod
Whole thread Raw
In response to Update and some verbose output  (willmington@gmx.net (R. Willmington))
List pgsql-admin
R. Willmington wrote:

> In fact, it seems to perform well and removes the deleted records.
> The problem is  that the performance of queries against the table is
> as low as it was before i ran VACUUM FULL for the first time in a
> year,
> whereas performance on the staging system with the SAME database and
> the exact same data was dramatically increased.

Have you tried to reindex the table? (\help REINDEX)

If table indexes have grown very big, I think just vacuum full is not
enough. At least you could try and see, if it makes a difference.

Regards,
Michael Paesold


pgsql-admin by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: allowing users to change the IP-addresses that are allowed to connect to postgresql
Next
From: Robb Shecter
Date:
Subject: All ops on one particular table cause a hang?