Re: Finalizing commit taking very long

Поиск
Список
Период
Сортировка
От Giulio Cesare Solaroli
Тема Re: Finalizing commit taking very long
Дата
Msg-id ff737ac30710240725w23128c6l572df131b54341b2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Finalizing commit taking very long  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Finalizing commit taking very long
Список pgsql-performance
On 10/24/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Giulio Cesare Solaroli" <giulio.cesare@gmail.com> writes:
> > How can I try to isolate the trigger taking so long, in oder to
> > understand which is/are the missing index(es)?
>
> Try SET CONSTRAINTS ALL IMMEDIATE and then EXPLAIN ANALYZE the
> delete.  This should cause all the triggers to run within the
> scope of the EXPLAIN ANALYZE, and you'll be able to see which
> one(s) are slow.  (This assumes you're running a recent release
> of PG; I think EXPLAIN shows trigger times since 8.1 or so.)

I was thinking about something similar after writing the last message.

Thank you very much for your attention!!

Giulio Cesare

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Finalizing commit taking very long
Следующее
От: Sven Geisler
Дата:
Сообщение: Re: multiple apaches against single postgres database