Re: Slow update with simple query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slow update with simple query
Дата
Msg-id 10219.1166035636@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Slow update with simple query  (Mark Lewis <mark.lewis@mir3.com>)
Список pgsql-performance
Mark Lewis <mark.lewis@mir3.com> writes:
> But he's using 8.1.4-- in that version, an explain analyze would list
> the time taken to go through triggers, so the fact that we don't see any
> of those lines means that it can't be constraint checking, so wouldn't
> it have to be the index update overhead?

Well, it can't be foreign key checking.  Could have been an expensive
function in a CHECK constraint, maybe...

            regards, tom lane

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations
Следующее
От: "Bucky Jordan"
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations