Re: slow growing table - Mailing list pgsql-performance

From Steinar H. Gunderson
Subject Re: slow growing table
Date
Msg-id 20050606170037.GA1177@uio.no
Whole thread Raw
In response to slow growing table  (Jone C <jonecster@gmail.com>)
Responses Re: slow growing table
List pgsql-performance
On Mon, Jun 06, 2005 at 09:48:26AM -0700, Jone C wrote:
> When the table is new it's very fast, towards the end of the month
> it's taking almost 10 times longer, yet I'm deleting and COPYing in
> the same amount of data.  Other operations on this table slow down,
> too, that were fast before using the same criteria.

You might have a problem with index bloat. Could you try REINDEXing the
indexes on the table and see if that makes a difference?

/* Steinar */
--
Homepage: http://www.sesse.net/

pgsql-performance by date:

Previous
From: Jone C
Date:
Subject: slow growing table
Next
From: "Steinar H. Gunderson"
Date:
Subject: Re: slow growing table