Re: Performance on DISABLE TRIGGER (resend) - Mailing list pgsql-general

From Greg Sabino Mullane
Subject Re: Performance on DISABLE TRIGGER (resend)
Date
Msg-id 5ef389803a8c579459cc49b9d0e04cd2@biglumber.com
Whole thread Raw
In response to Performance on DISABLE TRIGGER  (gmb <gmbouwer@gmail.com>)
Responses Re: Performance on DISABLE TRIGGER (resend)  (gmb <gmbouwer@gmail.com>)
List pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160


> 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.

Disabling triggers requires a heavy lock. A better way is to use
the session_replication_role feature. See:

http://blog.endpoint.com/2015/01/postgres-sessionreplication-role.html

- --
Greg Sabino Mullane greg@turnstep.com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201502271149
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAlTwoDMACgkQvJuQZxSWSshyzwCfQulu6DCOBu28gvoY++evftuo
xAAAn01YlcLj+TvkCsur10riMUD1y5uY
=UR3z
-----END PGP SIGNATURE-----




pgsql-general by date:

Previous
From: gmb
Date:
Subject: Re: Performance on DISABLE TRIGGER
Next
From: Kai Groner
Date:
Subject: Re: EXCLUDE constraint with not equals