Re: Extremely Slow Cascade Delete Operation - Mailing list pgsql-general

From Yan Cheng Cheok
Subject Re: Extremely Slow Cascade Delete Operation
Date
Msg-id 487573.40721.qm@web65707.mail.ac4.yahoo.com
Whole thread Raw
In response to Re: Extremely Slow Cascade Delete Operation  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Responses Re: Extremely Slow Cascade Delete Operation  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
List pgsql-general
It looks like this :

http://sites.google.com/site/yanchengcheok/Home/log.txt

I put it in google site, for easy reading)

Any hint? Thanks!

Thanks and Regards
Yan Cheng CHEOK


--- On Wed, 1/13/10, Grzegorz Jaśkiewicz <gryzman@gmail.com> wrote:

> From: Grzegorz Jaśkiewicz <gryzman@gmail.com>
> Subject: Re: [GENERAL] Extremely Slow Cascade Delete Operation
> To: "Yan Cheng Cheok" <yccheok@yahoo.com>
> Cc: pgsql-general@postgresql.org
> Date: Wednesday, January 13, 2010, 4:13 PM
> try checking if it is waiting perhaps
> for something (is locked).
>
> Peek at: (using different connection)
> SELECT * FROM pg_stat_activity;
> SELECT * FROM pg_locks;
>
> Did you used prepared transactions ?
> Try:
> SELECT * FROM pg_prepared_xacts ;
>
> Maybe some other transaction is blocking it.
>
>
> HTH
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>





pgsql-general by date:

Previous
From: Yan Cheng Cheok
Date:
Subject: Is It Good Practice That I use TableName-Month-Year Convention
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: Extremely Slow Cascade Delete Operation