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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to