Re: Reduce ProcArrayLock contention

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Reduce ProcArrayLock contention
Дата
Msg-id CAA4eK1KiO5ZoJKNpeqoMswuT6SdPQ+1XJ=CspF4jSN439k9bjw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Reduce ProcArrayLock contention  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Thu, Aug 20, 2015 at 3:38 PM, Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Wed, Aug 19, 2015 at 9:09 PM, Andres Freund <andres@anarazel.de> wrote:
> >
> >
> > How hard did you try checking whether this causes regressions? This
> > increases the number of atomics in the commit path a fair bit. I doubt
> > it's really bad, but it seems like a good idea to benchmark something
> > like a single full-throttle writer and a large number of readers.
> >
>
> I think the case which you want to stress is when the patch doesn't
> have any benefit (like single writer case)
>

I mean to say single writer, multiple readers.


With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Reduce ProcArrayLock contention
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Reduce ProcArrayLock contention