Re: Slow deletes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Edmund Dengler <edmundd(at)eSentire(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Slow deletes
Date: 2002-08-13 03:38:29
Message-ID: 21751.1029209909@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Edmund Dengler <edmundd(at)eSentire(dot)com> writes:
> Anyway to conveniently dump the triggers (3 are constraint check, my own
> personal one is suppose to be on inserts only)?

The RI on-delete trigger must be the issue then. Lack of indexes, or
linking to a foreign key of a different column type are the trouble
causes I've seen there ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edmund Dengler 2002-08-13 04:41:31 Re: Slow deletes
Previous Message Edmund Dengler 2002-08-13 03:04:09 Re: Slow deletes