Re: trying to make sense of deadlocks

Поиск
Список
Период
Сортировка
От Adam Rich
Тема Re: trying to make sense of deadlocks
Дата
Msg-id 0e8801c98b38$a7c64c70$f752e550$@r@sbcglobal.net
обсуждение исходный текст
Ответ на trying to make sense of deadlocks  (Richard Yen <dba@richyen.com>)
Список pgsql-general
> -----Original Message-----
> From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-
> owner@postgresql.org] On Behalf Of Richard Yen
> Sent: Monday, February 09, 2009 4:18 PM
> To: pgsql-general@postgresql.org
> Subject: [GENERAL] trying to make sense of deadlocks
>
> Hi,
>
> I'm trying to make sense of a situation I ran into this morning.
> Apparently, there were numerous deadlocks (approx. 75 in a 30-min
> period) while procs were trying to write to a table (16634, "account")
> in my database.
>
> Just to give you a sense of what's going on, process 22583 tried to do
> an insert, followed by an update, and the insert took 225925.724 ms:
>
>
> Might someone be able to help me make more sense of this?
>

The two processes that are conflicting, can you list everything they do
since the beginning of the transaction until the deadlock?






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

Предыдущее
От: Richard Yen
Дата:
Сообщение: trying to make sense of deadlocks
Следующее
От: Tom Lane
Дата:
Сообщение: Re: trying to make sense of deadlocks