Re: Anyone seen this kind of lock pileup?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Anyone seen this kind of lock pileup?
Дата
Msg-id 27473.1290038204@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Anyone seen this kind of lock pileup?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:
> Ok, I've collected more data.   Looks like the case I was examining was
> idiosyncratic; most of these lock pile-ups involve 400 or more locks
> waiting held by around 20 different backends.  Given this, taking 3
> seconds to sort that all out doesn't seem that unreasonable.
> Presumably there's a poll cycle of some sort for waiting statements?

No ... but if the lock requests were mutually exclusive, I could believe
it taking 3 seconds for all of the waiting backends to get their turn
with the lock, do whatever they were gonna do, commit, and release the
lock to the next guy.

> Anyway, the obvious answer is for the user to fix their application.

Probably.

            regards, tom lane

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: How to achieve sustained disk performance of 1.25 GB write for 5 mins
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Query Performance SQL Server vs. Postgresql