Re: Improving the Performance of Full Table Updates

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Improving the Performance of Full Table Updates
Дата
Msg-id 470A3D34.1020201@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Improving the Performance of Full Table Updates  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Improving the Performance of Full Table Updates  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> "Heikki Linnakangas" <heikki@enterprisedb.com> writes:
>> * mmap the WAL segments, instead of using the slru buffers.
> 
> This one's almost certainly a nonstarter, for lack of any portable way
> to control when writes happen.

For flushing, there's msync, which I believe is quite portable.

We mustn't write data pages before the WAL hits the disk, but we don't
have any such limitation for WAL.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Improving the Performance of Full Table Updates
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as