Re: Re: RC2 and open issues

Поиск
Список
Период
Сортировка
От
Тема Re: Re: RC2 and open issues
Дата
Msg-id 28292295$110362215241c7f008a41670.19886380@config21.schlund.de
обсуждение исходный текст
Ответы Re: RC2 and open issues
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote on 21.12.2004, 05:05:36:
> Bruce Momjian  writes:
> > I am confused.  If we change the percentage to be X% of the entire
> > buffer cache, and we set it to 1%, and we exit when either the dirty
> > pages or % are reached, don't we end up just scanning the first 1% of
> > the cache over and over again?
>
> Exactly.  But 1% would be uselessly small with this definition.  Offhand
> I'd think something like 50% might be a starting point; maybe even more.
> What that says is that a page isn't a candidate to be written out by the
> bgwriter until it's fallen halfway down the LRU list.
>

I see the buffer list as a conveyor belt that carries unneeded blocks
away from the MRU. Cleaning near the LRU (I agree: How near?) should be
all that is sufficient to keep the list clean.

Cleaning the first 1% "over and over again" makes it sound like it is
the same list of blocks that are being cleaned. It may be the same
linked list data structure, but that is dynamically changing to contain
completely different blocks from the last time you looked.

Best Regards, Simon Riggs


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

Предыдущее
От:
Дата:
Сообщение: Re: Re: RC2 and open issues
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Heads up: RC2 this evening