Re: Slow update with simple query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slow update with simple query
Дата
Msg-id 20426.1166109494@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Slow update with simple query  (Arnaud Lesauvage <thewild@freesurf.fr>)
Ответы Re: Slow update with simple query
Список pgsql-performance
Arnaud Lesauvage <thewild@freesurf.fr> 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

В списке pgsql-performance по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations
Следующее
От: Arnaud Lesauvage
Дата:
Сообщение: Re: Slow update with simple query