Re: Deleting one record from a table taking 17s. - Mailing list pgsql-performance

From Rod Taylor
Subject Re: Deleting one record from a table taking 17s.
Date
Msg-id 1056125163.41752.31.camel@jester
Whole thread Raw
In response to Deleting one record from a table taking 17s.  (Yusuf <yusuf0478@netscape.net>)
Responses Re: Deleting one record from a table taking 17s.
List pgsql-performance
On Fri, 2003-06-20 at 15:53, Yusuf wrote:
> Why would the following query take soo long to run? What does 28.12 msec represent, since the total running time is
> 16801.86 ms.

I'd hazard to guess that you have a whole slew of foreign keys cascading
to delete, update, or check many rows from other tables.

Those are not represented in the explains at the moment.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment

pgsql-performance by date:

Previous
From: Yusuf
Date:
Subject: Deleting one record from a table taking 17s.
Next
From: Tom Lane
Date:
Subject: Re: Deleting one record from a table taking 17s.