Re: Experimental ARC implementation

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Experimental ARC implementation
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA496205A@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Experimental ARC implementation  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: Experimental ARC implementation
Список pgsql-hackers
> My plan is to create another background process very similar to
> the checkpointer and to let that run forever basically looping over that
> BufferSync() with a bool telling that it's the bg_writer.

Why not use the checkpointer itself inbetween checkpoints ?
use a min and a max dirty setting like Informix. Start writing
when more than max are dirty stop when at min. This avoids writing
single pages (which is slow, since it cannot be grouped together
by the OS).

Andreas


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

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: Experimental patch for inter-page delay in VACUUM
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Hacking PostgreSQL to work in Mac OS X 10.3 (Panther