Re: 7.3.4 on Linux: UPDATE .. foo=foo+1 degrades massivly - Mailing list pgsql-general

From Glen Parker
Subject Re: 7.3.4 on Linux: UPDATE .. foo=foo+1 degrades massivly
Date
Msg-id 001301c428af$51773050$0b01a8c0@saturn
Whole thread Raw
In response to Re: 7.3.4 on Linux: UPDATE .. foo=foo+1 degrades massivly  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-general
> I think that the problems I am seeing are due to using a much
> older version of PostgreSQL.  We use 7.1.3 here, because we
> have thoroughly tested it (many thousands of tests are in our
> regression suite).  But if I delete too many records, the
> only way I can reclaim the space is to drop the table.

Maybe this problem is related to indexes.  Vacuuming does not work on
indexes, so from time to time you have to issue a REINDEX on tables that
have lots of deletions.  This is problem is supposed to be going away soon,
or mostly so...  I think 7.4 contained an improvement here.

VACUUM FULL really really does reclaim all space in the heap.  Try REINDEX
next time.

> We are working with the beta of 7.5 and perhaps it will cure
> all the ills that remain.


pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: Missing OID rant
Next
From: "Dann Corbit"
Date:
Subject: Has anyone come up with a work-around for the capitalization of non C-locale letters?