Re: Analysis of ganged WAL writes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Analysis of ganged WAL writes
Дата
Msg-id 2225.1034089688@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:
> I'm not really worried about doing page-in reads because the disks internal
> buffers should contain most of the blocks surrounding the end of the log
> file. If the successive partial writes exceed a block (which they will in
> heavy use) then most of the time this won't be a problem anyway since the
> disk will gang the full blocks before writing.

You seem to be willing to make quite a large number of assumptions about
what the disk hardware will do or not do.  I trust you're going to test
your results on a wide range of hardware before claiming they have any
general validity ...
        regards, tom lane


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

Предыдущее
От: "Curtis Faith"
Дата:
Сообщение: Re: Analysis of ganged WAL writes
Следующее
От: "Curtis Faith"
Дата:
Сообщение: Re: Analysis of ganged WAL writes