Re: User concurrency thresholding: where do I look?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: User concurrency thresholding: where do I look?
Дата
Msg-id 27577.1185464568@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: User concurrency thresholding: where do I look?  ("Jignesh K. Shah" <J.K.Shah@Sun.COM>)
Ответы Re: User concurrency thresholding: where do I look?
Список pgsql-performance
"Jignesh K. Shah" <J.K.Shah@Sun.COM> writes:
> For  600-850 Users: that potential mislabeled CheckPointStartLock  or
> LockID==12 comes from various sources where the top source (while system
> is still doing great) comes from:

>               postgres`LWLockAcquire+0x1c8
>               postgres`SimpleLruReadPage_ReadOnly+0xc
>               postgres`TransactionIdGetStatus+0x14

That path would be taking CLogControlLock ... so you're off by at least
one.  Compare the script to src/include/storage/lwlock.h.

            regards, tom lane

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

Предыдущее
От: "Jignesh K. Shah"
Дата:
Сообщение: Re: User concurrency thresholding: where do I look?
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: User concurrency thresholding: where do I look?