Re: update table with row locking

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: update table with row locking
Дата
Msg-id 11768.1104345043@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: update table with row locking  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
Bruno Wolff III <bruno@wolff.to> writes:
> I believe the locks get released when the backend process terminates.
> Depending on how the client dies, there may be a significant delay before
> the backend process terminates.

I'd expect a client-application crash to be reported to the backend
promptly.  The cases where there might be significant delay include loss
of network connectivity and hard crash of the whole client machine (so
that its kernel forgets there is an open connection).  In either case
the backend probably won't be told the connection is dead until a TCP
keepalive timeout elapses ... which is on the order of an hour or more
given an RFC-compliant TCP stack.

(If the crash happens while actively transferring data then the relevant
timeouts are much shorter.  The slow case is when the backend is just
sitting idle-in-transaction, and awaiting a new client command that
never comes.)

            regards, tom lane

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: update table with row locking
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: BCD format