Re: measuring lwlock-related latency spikes

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: measuring lwlock-related latency spikes
Дата
Msg-id CAM-w4HP7ux5rNOUfAkLG8Y=dKS+JvZ-E6XroW+kvCqUdrRYAOA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: measuring lwlock-related latency spikes  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: measuring lwlock-related latency spikes  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
On Sun, Apr 1, 2012 at 10:27 PM, Simon Riggs <simon@2ndquadrant.com> wrote:
> So lock starvation on the control lock would cause a long wait after
> each I/O, making it look like an I/O problem.

Except that both of the locks involved in his smoking gun occur
*after* the control lock has already been acquired. The one that's
actually being blocked for a long time is in fact acquiring a shared
lock which the queue jumping couldn't be hurting.

We know you're convinced about the queue jumping being a problem, and
it's definitely a plausible problem, but I think you need exactly the
kind of instrumentation Robert is doing here to test that theory.
Without it even if everyone agreed it was a real problem we would have
no idea whether a proposed change fixed it.


Fwiw this instrumentation is *amazing*. As a user this kind of rare
random stall is precisely the kind of thing that totally kills me. I
would so much rather run a web site on a database where each query
took twice as long but it guaranteed that no query would take over a
second than one that was twice as fast on average but occasionally
gets stuck for 12s.


-- 
greg


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: measuring lwlock-related latency spikes
Следующее
От: Andrew Dunstan
Дата:
Сообщение: log chunking broken with large queries under load