Re: Bgwriter LRU cleaning: we've been going at this all wrong

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Bgwriter LRU cleaning: we've been going at this all wrong
Дата
Msg-id FF080A7B-9AFE-4E7E-96FF-D7048048D70D@decibel.org
обсуждение исходный текст
Ответ на Re: Bgwriter LRU cleaning: we've been going at this all wrong  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: Bgwriter LRU cleaning: we've been going at this all wrong  (Greg Smith <gsmith@gregsmith.com>)
Список pgsql-hackers
On Jun 26, 2007, at 11:57 PM, Greg Smith wrote:
> On Wed, 27 Jun 2007, ITAGAKI Takahiro wrote:
>
>> It might be good to use statistics information about buffer usage  
>> to modify X runtime.
>
> I have a complete set of working code that tracks buffer usage  
> statistics as the background writer scans, so that it has an idea  
> what % of the buffer cache is dirty, how many pages have each of  
> the various usage counts, that sort of thing.  The problem was that  
> the existing BGW mechanisms were so clumsy and inefficient that  
> giving them more information didn't make them usefully smarter.   
> I'll revive that code again if it looks like it may help here.

Even if it's not used by bgwriter for self-tuning, having that  
information available would be very useful for anyone trying to hand- 
tune the system.
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)




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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: [PATCHES] Doc update for pg_start_backup
Следующее
От: Dave Page
Дата:
Сообщение: Re: Configurable Additional Stats