Re: sinval contention reduction

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: sinval contention reduction
Дата
Msg-id 25861.1201305756@sss.pgh.pa.us
обсуждение исходный текст
Ответ на sinval contention reduction  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: sinval contention reduction  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Simon Riggs <simon@2ndquadrant.com> writes:
> Patch to reduce the contention on SInvalLock, as discussed here:
> http://archives.postgresql.org/pgsql-hackers/2007-09/msg00501.php
> and
> http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php

> For discussion.

This seems large, complex, and untested (I note in particular a
guaranteed-to-fail Assert).  I'm also wondering if it will help much,
since unless the system is already in trouble, the normal case will be
that all backends have absorbed all messages and so they'll all see
stateP->nextMsgNum == segP->minMsgNum when they first respond to a
signal.  Do you have any evidence for performance improvement?

            regards, tom lane

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: sinval contention reduction
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: sinval contention reduction