Re: Slow update with simple query

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Arnaud Lesauvage <thewild@xxxxxxxxxxx> writes:
> I must be missing something, so here is the full table description.

It looks pretty harmless, except for

> CREATE TRIGGER parse_log_trigger
>     BEFORE INSERT
>     ON statistiques.log
>     FOR EACH ROW
>     EXECUTE PROCEDURE statistiques.parse_log_trigger();

It seems the time must be going into this trigger function.  What
does it do?

			regards, tom lane


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux