Re: High context switches occurring

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: High context switches occurring
Дата
Msg-id 12638.1132680949@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: High context switches occurring  (Vivek Khera <vivek@khera.org>)
Список pgsql-performance
Vivek Khera <vivek@khera.org> writes:
> On Nov 22, 2005, at 11:59 AM, Anjan Dave wrote:
>> This is a Dell Quad XEON. Hyperthreading is turned on, and I am
>> planning to turn it off as soon as I get a chance to bring it down.

> You should probably also upgrade to Pg 8.0 or newer since it is a
> known problem with XEON processors and older postgres versions.
> Upgrading Pg may solve your problem or it may not.

PG 8.1 is the first release that has a reasonable probability of
avoiding heavy contention for the buffer manager lock when there
are multiple CPUs.  If you're going to update to try to fix this,
you need to go straight to 8.1.

I've recently been chasing a report from Rob Creager that seems to
indicate contention on SubTransControlLock, so the slru code is
likely to be our next bottleneck to fix :-(

            regards, tom lane

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

Предыдущее
От: Jeff Trout
Дата:
Сообщение: Re: System queue
Следующее
От: Yves Vindevogel
Дата:
Сообщение: Stored Procedure