Performance on DISABLE TRIGGER - Mailing list pgsql-general

From gmb
Subject Performance on DISABLE TRIGGER
Date
Msg-id 1425046047407-5839727.post@n5.nabble.com
Whole thread Raw
Responses Re: Performance on DISABLE TRIGGER  ("Greg Sabino Mullane" <greg@turnstep.com>)
Re: Performance on DISABLE TRIGGER  (David Steele <david@pgmasters.net>)
Re: Performance on DISABLE TRIGGER (resend)  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
Hi all

I'm doing some maintenance - which is done quite often, never had this
problem before - which requires me to disable triggers, run some updates and
then re-enable the triggers.
Where the whole process normally take 30 sec , it took much longer today and
I cancelled after 5 minutes.

After running the statements individually to pinpoint the issue , I
identified that the problem is on the first line.
 >> ALTER TABLE tab DISABLE TRIGGER trig;
I have not been able to run this successfully -- after 10 minutes the
connection ( to remote DB ) got severed .
Any ideas on where I can start to look for the cause of the problem ?

Thanks



--
View this message in context: http://postgresql.nabble.com/Performance-on-DISABLE-TRIGGER-tp5839727.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


pgsql-general by date:

Previous
From: Sergey Shchukin
Date:
Subject: Re: Re: [pgadmin-support] Issue with a hanging apply process on the replica db after vacuum works on primary
Next
From: John Turner
Date:
Subject: Re: range type expression syntax