Re: Poor performance of delete by primary key - Mailing list pgsql-performance

From Richard Huxton
Subject Re: Poor performance of delete by primary key
Date
Msg-id 431DBAE9.3060205@archonet.com
Whole thread Raw
In response to Poor performance of delete by primary key  ("Brian Choate" <brianc@nimblefish.com>)
List pgsql-performance
Brian Choate wrote:
> Hello,
>
> We are seeing a very strange behavior from postgres. For one of our
> very common tasks we have to delete records from a table of around
> 500,000 rows. The delete is by id which is the primary key. It seems
> to be consistently taking around 10 minutes to preform. This is
> totally out of line with the rest of the performance of the database.

> Any ideas on what might be going on?

Well, it sounds like *something* isn't using an index. You say that all
your FK's are indexed, but that's something worth checking. Also keep an
eye out for type conflicts.

If the system is otherwise idle, it might be worthwhile to compare
before and after values of pg_stat* (user-tables and user-indexes).

--
   Richard Huxton
   Archonet Ltd

pgsql-performance by date:

Previous
From: Matthew Sackman
Date:
Subject: Re: Massive performance issues
Next
From: "Merlin Moncure"
Date:
Subject: Re: insert performance for win32