Re: [HACKERS] Time to up bgwriter_lru_maxpages?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] Time to up bgwriter_lru_maxpages?
Дата
Msg-id 20170204013446.6jkapurcf6f3tnlm@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Time to up bgwriter_lru_maxpages?  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: [HACKERS] Time to up bgwriter_lru_maxpages?  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
On 2017-02-03 19:26:55 -0600, Jim Nasby wrote:
> On 2/3/17 6:20 PM, Andres Freund wrote:
> > > - The ringbuffers in shared buffers can be problematic. One possible way of
> > > solving that is to get rid of ringbuffers entirely and rely on different
> > > initial values for usage_count instead, but that's not desirable if it just
> > > means more clock sweep work for backends.
> > I'm not quite sure which ringbuffer you're referring to here? If to the
> > new one, why is it problematic?
> 
> No, I mean the non-default BufferAccessStrategy's.

That's not a ringbuffer that's a buffer ring ;)



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] PinBuffer() no longer makes use of strategy
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] Parallel Index Scans