Re: Background writer underemphasized ...

Поиск
Список
Период
Сортировка
От James Mansion
Тема Re: Background writer underemphasized ...
Дата
Msg-id 480A0A5D.8060604@mansionfamily.plus.com
обсуждение исходный текст
Ответ на Re: Background writer underemphasized ...  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: Background writer underemphasized ...
Список pgsql-performance
Greg Smith wrote:
> Using the background writer more assures that the cache on the
> controller is going to be written to aggressively, so it may be
> somewhat filled already come checkpoint time.  If you leave the writer
> off, when the checkpoint comes you're much more likely to have the
> full 2GB available to absorb a large block of writes.
But isn't it the case that while using background writer might result in
*slightly* more data to write (since data that is updated several times
might actually be sent several times), the total amount of data in both
cases is much the same?  And if the buffer backed up in the BGW case,
wouldn't it also back up (more?) if the writes are deferred?  And in
fact by sending earlier, the real bottleneck (the disks) could have been
getting on with it and staring their IO earlier?

Can you explian your reasoning a bit more?

James


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Background writer underemphasized ...
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Exact index overhead