Re: slow DELETE on 12 M row table - Mailing list pgsql-performance

From Robert Haas
Subject Re: slow DELETE on 12 M row table
Date
Msg-id 603c8f070906271909t2d168d2ft94717cc95a497197@mail.gmail.com
Whole thread Raw
In response to Re: slow DELETE on 12 M row table  (Scott Carey <scott@richrelevance.com>)
List pgsql-performance
2009/6/27 Scott Carey <scott@richrelevance.com>:
> In addition to the above, note that long lived transactions cause all sorts
> of other problems in the database.  In particular, table and index bloat can
> become severe due to this sort of poor client behavior if there is a lot of
> update or delete activity.  You can find out with "vacuum analyze verbose"
> on tables of interest whether there are a high ratio of dead tuples in the
> tables and indexes.

Yes indeed...  by the by, I understand Alvaro Herrera has improved
this situation considerably for the forthcoming 8.4 release.

...Robert

pgsql-performance by date:

Previous
From: Scott Carey
Date:
Subject: Re: slow DELETE on 12 M row table
Next
From: Alan McKay
Date:
Subject: Re: what server stats to track / monitor ?