Re: Trigger is not firing immediately - Mailing list pgsql-performance

From Chris
Subject Re: Trigger is not firing immediately
Date
Msg-id 487AF7AE.6020606@gmail.com
Whole thread Raw
In response to Trigger is not firing immediately  ("Praveen" <praveen.k@renaissance-it.com>)
List pgsql-performance
Praveen wrote:
>
> Hi All,
>     I am having a trigger in table, If I update the the table manually
> trigger is firing immediately(say 200ms per row), But if I update the
> table through procedure the trigger is taking time to fire(say 7 to 10
> seconds per row).
>
> Please tell me what kind of changes can I make so that  trigger  fire
> immediately while updating the table through procedure ?

Sending the same email over and over again isn't going to get you a
response any quicker.

If you send the details of the trigger and the tables/fields it affects
then you might get a more helpful response.

--
Postgresql & php tutorials
http://www.designmagick.com/

pgsql-performance by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Trigger is not firing immediately
Next
From: "Praveen"
Date:
Subject: Re: Trigger is not firing immediately