Re: Analysis of ganged WAL writes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Analysis of ganged WAL writes
Дата
Msg-id 1976.1034088103@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Analysis of ganged WAL writes  ("Curtis Faith" <curtis@galtair.com>)
Ответы Re: Analysis of ganged WAL writes  ("Curtis Faith" <curtis@galtair.com>)
Список pgsql-hackers
"Curtis Faith" <curtis@galtair.com> writes:
> Successive writes would write different NON-OVERLAPPING sections of the
> same log buffer. It wouldn't make sense to send three separate copies of
> the entire block. That could indeed cause problems.

So you're going to undo the code's present property that all writes are
block-sized?  Aren't you worried about incurring page-in reads because
the kernel can't know that we don't care about data beyond what we've
written so far in the block?
        regards, tom lane


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

Предыдущее
От: iafmgc@unileon.es
Дата:
Сообщение: genetic query optimization
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Dirty Buffer Writing [was Proposed LogWriter Scheme]