Re: Poor delete performance AFTER vacuum analyze - Mailing list pgsql-performance

From Tom Lane
Subject Re: Poor delete performance AFTER vacuum analyze
Date
Msg-id 19929.1058676291@sss.pgh.pa.us
Whole thread Raw
In response to Poor delete performance AFTER vacuum analyze  ("Jeremy M. Guthrie" <jeremy.guthrie@berbee.com>)
Responses Re: Poor delete performance AFTER vacuum analyze
List pgsql-performance
"Jeremy M. Guthrie" <jeremy.guthrie@berbee.com> writes:
>     My system will run great after a full vacuum(as I would expect).  It will run
> all day long taking only 3-5 seconds to run and deal with approximately
> 100megs of new data each day.  However, the instant the system finishes only
> a 'vacuum analyze', the whole thing slows WAY down to where each run can take
> 10-15 minutes.

Could we see EXPLAIN ANALYZE for the deletion query in both the fast and
slow states?

            regards, tom lane

pgsql-performance by date:

Previous
From: "Jeremy M. Guthrie"
Date:
Subject: Poor delete performance AFTER vacuum analyze
Next
From: Dennis Björklund
Date:
Subject: Re: Poor delete performance AFTER vacuum analyze