Re: slow deletes on pgsql 7.4 - Mailing list pgsql-performance

From Tom Lane
Subject Re: slow deletes on pgsql 7.4
Date
Msg-id 9147.1146006558@sss.pgh.pa.us
Whole thread Raw
In response to slow deletes on pgsql 7.4  ("Junaili Lie" <junaili@gmail.com>)
Responses Re: slow deletes on pgsql 7.4  ("Junaili Lie" <junaili@gmail.com>)
List pgsql-performance
"Junaili Lie" <junaili@gmail.com> writes:
> we encounter issues when deleting from a table based on id (primary key). O=
> n
> certain 'id', it took forever to delete and the i/o is 100% busy.

Almost always, if delete is slow when selecting the same rows is fast,
it's because you've got a trigger performance problem --- most commonly,
there are foreign keys referencing this table from other tables and you
don't have the referencing columns indexed.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Large (8M) cache vs. dual-core CPUs
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Large (8M) cache vs. dual-core CPUs