Re: Improving the Performance of Full Table Updates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Improving the Performance of Full Table Updates
Дата
Msg-id 18439.1191852283@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Improving the Performance of Full Table Updates  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Ответы Re: Improving the Performance of Full Table Updates  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Re: Improving the Performance of Full Table Updates  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
"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.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Another Idea: Try Including snapshot with TOAS (was: Including Snapshot Info with Indexes)
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Improving the Performance of Full Table Updates