Triggers and speed - 7.4.5 / 8.0.3

From: Steve Tucknott <steve(at)retsol(dot)co(dot)uk>
To: PostGreSQL <pgsql-novice(at)postgresql(dot)org>
Subject: Triggers and speed - 7.4.5 / 8.0.3
Date: 2006-01-09 13:12:13
Message-ID: 1136812333.2797.96.camel@retsol1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

We have both 7.4.5 and 8.0.3 running and seem to have some speed
problems with triggers/procedures in both.
We are using PL/pgSQL for the procedures. Is this a known issue that is
cured in later releases?

The speed problem appears to be more related to the fact that an action
has a trigger, rather than the action that the trigger spawns. IE the
triggered procedure code seems to execute ok in stand-alone, but seems
to take time load/execute. Is there a way of compiling the procedure(s)
or something similar?

Regards,

Steve Tucknott
ReTSol Ltd

DDI: 01903 828769
Mobile: 0773 671 5772

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2006-01-09 13:13:08 Re: Triggers and speed - 7.4.5 / 8.0.3
Previous Message A. Kretschmer 2006-01-09 12:48:21 Re: how to list all tables in a database