Re: Help speeding up delete - Mailing list pgsql-performance

From Tom Lane
Subject Re: Help speeding up delete
Date
Msg-id 4162.1132011763@sss.pgh.pa.us
Whole thread Raw
In response to Help speeding up delete  (Steve Wampler <swampler@noao.edu>)
Responses Re: Help speeding up delete  (Steve Wampler <swampler@noao.edu>)
Re: Help speeding up delete  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-performance
Steve Wampler <swampler@noao.edu> writes:
> We've got an older system in production (PG 7.2.4).  Recently
> one of the users has wanted to implement a selective delete,
> but is finding that the time it appears to take exceeds her
> patience factor by several orders of magnitude.  Here's
> a synopsis of her report.  It appears that the "WHERE
> id IN ..." is resulting in a seq scan that is causing
> the problem, but we're not SQL expert enough to know
> what to do about it.

> Can someone point out what we're doing wrong, or how we
> could get a (much) faster delete?  Thanks!

Update to 7.4 or later ;-)

Quite seriously, if you're still using 7.2.4 for production purposes
you could justifiably be accused of negligence.  There are three or four
data-loss-grade bugs fixed in the later 7.2.x releases, not to mention
security holes; and that was before we abandoned support for 7.2.
You *really* need to be thinking about an update.

            regards, tom lane

pgsql-performance by date:

Previous
From: Scott Lamb
Date:
Subject: Re: Help speeding up delete
Next
From: Dave Cramer
Date:
Subject: Re: Performance PG 8.0 on dual opteron / 4GB / 3ware Raid5 / Debian??