Re: User concurrency thresholding: where do I look?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: User concurrency thresholding: where do I look?
Дата
Msg-id 20297.1184991970@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: User concurrency thresholding: where do I look?  (David Boreham <david_list@boreham.org>)
Список pgsql-performance
David Boreham <david_list@boreham.org> writes:
> Tom Lane wrote:
>> Having malloc/free use
>> an internal mutex is necessary in multi-threaded programs, but the
>> backend isn't multi-threaded.

> Hmm...confused. I'm not following why then there is contention for the
> mutex.

There isn't any contention for that mutex; Jignesh's results merely show
that it was taken and released a lot of times.

            regards, tom lane

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

Предыдущее
От: David Boreham
Дата:
Сообщение: Re: User concurrency thresholding: where do I look?
Следующее
От: "Jozsef Szalay"
Дата:
Сообщение: Simple select hangs while CPU close to 100%