Re: User concurrency thresholding: where do I look? - Mailing list pgsql-performance

From Tom Lane
Subject Re: User concurrency thresholding: where do I look?
Date
Msg-id 20297.1184991970@sss.pgh.pa.us
Whole thread Raw
In response to Re: User concurrency thresholding: where do I look?  (David Boreham <david_list@boreham.org>)
List 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 by date:

Previous
From: David Boreham
Date:
Subject: Re: User concurrency thresholding: where do I look?
Next
From: "Jozsef Szalay"
Date:
Subject: Simple select hangs while CPU close to 100%